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

error while installing on windows #98

Closed
hmdhk opened this issue Nov 12, 2015 · 1 comment
Closed

error while installing on windows #98

hmdhk opened this issue Nov 12, 2015 · 1 comment

Comments

@hmdhk
Copy link

hmdhk commented Nov 12, 2015

npm ERR! code EJSONPARSE

npm ERR! Failed to parse json
npm ERR! Unexpected token '\u0000' at 1:1
npm ERR!

npm ERR! ^
npm ERR! File: C:\Users~\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR!
npm ERR! This is not a bug in npm.
npm ERR! Tell the package author to fix their package.json file. JSON.parse

@cbraynor
Copy link
Contributor

cbraynor commented Dec 7, 2015

This specific error is referencing the module inherits which is not specifically required by firebase-tools. I suspect if a release of that module caused it, it's probably been fixed by now. Try running npm install -g firebase-tools again to see if it works, and if not you might need to clear your npm cache again (npm cache clean) before trying again.

If you still can't get it to work, feel free to re-open the issue with some more information about your environment such as node version (node --version) and npm version (npm --version)

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