We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node : 8.2.1
npm : 5.3.0
OS: Windows 10
npm i -g firebase-tools
Installs
Throws this error:
> node-pre-gyp install --fallback-to-build --library=static_library module.js:487 throw err; ^ Error: Cannot find module 'buffer-shims' at Function.Module._resolveFilename (module.js:485:15)
The text was updated successfully, but these errors were encountered:
Uninstall & re-Install seems to work after getting this error.
Sorry, something went wrong.
Uninstall and re-install shouldn't be required though and bug was clearly not fixed... :-/
Auto-update dependencies. (#421)
1e5049c
* Auto-update dependencies. * Auto-update dependencies. * Auto-update dependencies. * Auto-update dependencies.
No branches or pull requests
Version info
node : 8.2.1
npm : 5.3.0
OS: Windows 10
Steps to reproduce
npm i -g firebase-tools
Expected behavior
Installs
Actual behavior
Throws this error:
The text was updated successfully, but these errors were encountered: