-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
npm install error/python, firebase #1476
Comments
Can you post the complete output of |
`PS C:\Users\USER\Documents\GitHub\hackernews-react-graphql> npm install firebase -D
node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/node-v64-win32-x64-unknown.tar.gz npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: |
I got the same error when executing |
Some observations:
|
Solved by
I am not entirely sure what to do here.. is it by installing later version of firebase? in the package.json is UPDATED: |
Newer firebase versions also have this problem...(currently 5.5.9). What version worked for you? |
Having the same issue. |
Having same issue with firebase. npm i firebase@latest didn't work for me Got a 404 on:
Node 11.1.0 |
@Bastardly That is a firebase/grpc issue, not a node-gyp issue. Firebase need to update their dependencies to be compatible with Node.js 11: firebase/firebase-js-sdk#1394 |
What @richardlau says is correct. I used NVM to downgrade my node version to 10.13.0 and now everything works with installing the firebase@latest package. |
@richardlau You are right ofc. :) |
I was gone through same problem solved after lot efforts. It is because of npm version is not compatible with gprc version. 1 - npm update this solve my issue. |
All needed was an update of NPM. I was horribly behind. For windows people save yourself some additional headache & searching: https://github.com/felixrieseberg/npm-windows-upgrade |
I tried running the code in a project that I clone from git.
npm install
At the first installation, it says 'Can't find Python executable', but I resolved it by installing a python. and executed
npm --add-python-to-path='true' --debug install --global windows-build-tools
But after that when I tried running again, I got another error:
Anyone has a clue to resolve this?
The text was updated successfully, but these errors were encountered: