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.

Error in grcp@1.7.1 install script while installing firebase-admin in Windows 10

See original GitHub issue

When I try to install firebase-admin on my Windows 10 OS, it causes so many errors in compiling c files and at the end it says:

npm ERR! Windows_NT 10.0.16299
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--msvs_version=2015" "firebase-admin" "--save"
npm ERR! node v6.12.2
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! grpc@1.7.1 install: `node-pre-gyp install --fallback-to-build --library=static_library`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the grpc@1.7.1 install script 'node-pre-gyp install --fallback-to-build --library=static_library'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the grpc package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-pre-gyp install --fallback-to-build --library=static_library
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs grpc
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls grpc
npm ERR! There is likely additional logging output above.

I attached the log file. npm-debug.log

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
murgatroid99commented, Jan 25, 2018

We do not have any plans to publish FreeBSD binaries. We do not officially support that platform.

1reaction
murgatroid99commented, Jan 17, 2018

You’re not actually downloading a useful file when you do that. You’re just downloading the 403 error page. We don’t publish FreeBSD binaries.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when trying to install firebase-admin via npm
I try to update node-gyp and node-pre-gyp; I install Python and MSBuild Tools; I follow this: Why does MSBuild look in C:\ for...
Read more >
Installation Problems with firebase-admin (on windows 10 and ...
I am trying to work with firebase cloudfunctions, my problem is when I prepare the workspace, for which I follow the steps mentioned...
Read more >
using legacy 'setup.py install' for grpcio, since package 'wheel' is not ...
I'm trying to install grpcio using pip on Python 3.9 running on Windows 10. It failed. Here is the log: Collecting grpcio Using...
Read more >
Release Notes | Firebase - Google
This page provides a changelog that lists new SDK releases and describes updates to the Firebase console and Firebase services.
Read more >
Firebase Admin SDK for PHP
The recommended way to install the Firebase Admin SDK is with Composer. ... After installing, you need to require Composer's autoloader:.
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