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

charpeter 4 npm install have error #602

Open
GrowUpXin opened this issue Sep 3, 2020 · 1 comment
Open

charpeter 4 npm install have error #602

GrowUpXin opened this issue Sep 3, 2020 · 1 comment

Comments

@GrowUpXin
Copy link

node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.3/node-v72-win32-x64-unknown.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.7.3/node-v72-win32-x64-unknown.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, unknown) (falling back to source compile with node-gyp)

@thefont
Copy link

thefont commented Nov 6, 2020

EDIT: I was able to get the dependencies to install as-is, seed the db, and start the app by first installing Node v8.17.0


I was able to get around this and install all of the dependencies by updating the firebase and firebase-admin packages.

"firebase": "^8.0.1",
"firebase-admin": "^9.3.0",

I haven't tried to run it yet however and I'm anticipating having to fix code due to breaking changes that these updated packages have introduced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants