Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs build fails with firebase JS file access error #514

Closed
teor2345 opened this issue Jun 22, 2020 · 2 comments · Fixed by #518
Closed

Docs build fails with firebase JS file access error #514

teor2345 opened this issue Jun 22, 2020 · 2 comments · Fixed by #518
Assignees
Labels
A-infrastructure Area: Infrastructure changes C-bug Category: This is a bug

Comments

@teor2345
Copy link
Contributor

When I squashed and merged #502 to main, I got the following error

> storage-engine@3.0.7 postinstall /usr/local/lib/node_modules/firebase-tools/node_modules/storage-engine
> node ./compatibility/detect.js

fs.js:114
    throw err;
    ^

Error: EACCES: permission denied, open '/usr/local/lib/node_modules/firebase-tools/node_modules/storage-engine/lib/compatibility/index.js'
    at Object.openSync (fs.js:443:3)
    at Object.writeFileSync (fs.js:1194:35)
    at /usr/local/lib/node_modules/firebase-tools/node_modules/storage-engine/lib/compatibility/detect.js:35:15
    at Object.<anonymous> (/usr/local/lib/node_modules/firebase-tools/node_modules/storage-engine/lib/compatibility/detect.js:45:3)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Module.require (internal/modules/cjs/loader.js:692:17)

https://github.com/ZcashFoundation/zebra/runs/793400595

@teor2345 teor2345 added C-bug Category: This is a bug Poll::Ready A-infrastructure Area: Infrastructure changes labels Jun 22, 2020
@hdevalence
Copy link
Contributor

I think this may have been fixed in #518

@dconnolly dconnolly self-assigned this Jun 22, 2020
@dconnolly
Copy link
Contributor

Resolved by #518

@dconnolly dconnolly linked a pull request Jun 22, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-infrastructure Area: Infrastructure changes C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants