question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I'm getting this error when try to install firebase-tools

See original GitHub issue

please 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:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
mbleighcommented, Mar 11, 2017

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 running npm 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.

0reactions
imsarveshcommented, Aug 30, 2017

Try using LTS version of NodeJs instead of Current version of NodeJs.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found