I'm getting this error when try to install firebase-tools
See original GitHub issueplease help
I’m getting this error when try to install firebase-tools:
PS D:\Projects\Uni\firebase-functions-hello-world> npm install -g firebase-tools
npm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\
\npm-cli.js" "install" "-g" "firebase-tools"
npm ERR! node v6.10.0
npm ERR! npm v3.10.10
npm ERR! shasum check failed for C:\Users\AdMin\AppData\Local\Temp\npm-8448-fdc26aac\registry.npmjs.org
\jju\-\jju-1.3.0.tgz
npm ERR! Expected: dadd9ef01924bc728b03f2f7979bdbd62f7a2aaa
npm ERR! Actual: 2a552ad636b1e23979c677ab9f360cf1ac578f89
npm ERR! From: https://registry.npmjs.org/jju/-/jju-1.3.0.tgz
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! D:\Projects\Uni\firebase-functions-hello-world\npm-debug.log
PS D:\Projects\Uni\firebase-functions-hello-world>
stackoverflow: http://stackoverflow.com/questions/42725131/im-getting-this-error-when-try-to-install-firebase-tools
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Unable to complete "npm install -g firebase-tools" command in ...
Run "npm install -g firebase-tools" command. Expected behavior. Should be installed packages related to firebase. Actual behavior. Getting ...
Read more >unable to install firebase tools cli using windows 10
Latest version seems to have a problem. Try installing one previous version: npm i -g firebase-tools@v3.17.2. UPDATE:.
Read more >firebase: command not found error [Solved] | bobbyhadz
To solve the error "firebase: command not found", install the firebase cli package globally by running npm install -g firebase-tools and restart your...
Read more >firebase command not found - Google Groups
I'm new to Firebase, and tried to deploy my app. but I always get this error : -bash: firebase: command not found. I...
Read more >How to fix "publish-please can't be installed globally" error ...
As of about an hour ago (as of this writing) a fix has been published to the cli-table dependency of firebase-tools . If...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You’ve posted this across several issues now, which generates lots of email and generally doesn’t get anything done faster. The error you’re seeing here is related to NPM, not
firebase-tools
specifically. I’d try runningnpm cache clean
and then trying to install again.If that doesn’t work, I’d do some Googling for “npm shasum check failed” and see if anyone else has suggestions. I’m not trying to be unhelpful, but it seems like a problem specific to your machine / NPM / Node.js configuration. I’m not going to be able to be much help on that front.
Try using LTS version of NodeJs instead of Current version of NodeJs.