当前位置: 首页 > 知识库问答 >
问题:

无法在windows中安装Firebase工具

赵献
2023-03-14
F:\rnd\MyChat>npm install  firebase

> grpc@1.8.4 install F:\rnd\MyChat\node_modules\grpc
> node-pre-gyp install --fallback-to-build --library=static_library

node-pre-gyp ERR! Tried to download(undefined): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.8.4/node-v57-win32-x64-unknown.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for grpc@1.8.4 and node@8.9.3 (node-v57 ABI, unknown) (falling back to source compile with node-gyp)
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\ani\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:483:19)
gyp ERR! stack     at PythonFinder.<anonymous> 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! grpc@1.8.4 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.8.4 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

共有3个答案

马阳晖
2023-03-14

最后,我的问题已通过以下步骤得到解决

首先,我在本地文件夹中安装了npm安装节点gyp,并将我的firebase tools版本从3.17降级到3.16,主要是我禁用了我的防病毒功能,下面是相关的参考链接

https://github.com/grpc/grpc-node/issues/121

公羊光明
2023-03-14

这可能会奏效,请尝试执行以下操作。

npm i -g firebase-tools
姬俊驰
2023-03-14

您正在尝试安装Firebasejavascript库,而不是Firebase工具Firebase工具的节点模块是Firebase工具和Firebase 3.16版本,以及在本地文件夹中的npm安装node-gyp

你应该跑

npm install -g firebase-tools
 类似资料:
  • 参考堆栈溢出链接中已经发布的问题,我只是跟进了离子的基本安装过程,但突然之间出现了这个奇怪的错误。 安装过程中捕获的错误屏幕截图 在安装过程中,我尝试了以下步骤 已安装的节点。js最新版本7.2。1伏-已成功安装 npm安装-g cordova-已成功安装 npm安装-gionic@1.7-失败 附加捕获以供参考的日志。npm调试。日志

  • 我安装了ruby版本2.2.4p230,但无法使用gem安装轨安装轨。在CMD中写入此行后,错误说找不到有效的宝石“轨道”( 我已经为此搜索了很多,但没有找到任何有用的东西。请帮忙安装轨道。

  • 我试图在ubuntu(16.04)中安装Firebase工具,但我得到一个错误 在我执行命令行之后: 错误: NPM ERR!Linux4.4.0-59-通用npm ERR!"/usr/bin/nodejs"/usr/bin/npm""安装"-g""Firebase工具"npm ERR!节点v4.4.7 npm ERR!npm v2.15.8 npm ERR!路径 /usr/lib/node_mo

  • 步骤: < li >在此处安装windows Docker(稳定) < li >试图运行:出现错误,必须在BIOS中启用硬件辅助虚拟化和数据执行保护。 < li >到此处阅读 < li >确保我已打开64位windows 10 pro和hyper-v。 < Li > < img src = " https://I . stack . imgur . com/ly hvm . png " alt =

  • 问题内容: 我安装了Python 2.7和NumPy。我已经下载了SciPy的预构建二进制文件,但是安装脚本因以下错误而失败: 找不到Blas库。可以在文件(部分)中指定搜索目录的目录,也可以通过设置BLAS环境变量来指定 目录。 我真的对这件事还不了解。我以为这是一个简单的安装过程,但事实并非如此。我用Google搜索了BLAS环境变量,但是找不到任何合适的变量。任何帮助表示赞赏。 麦克风 编辑

  • 我需要在Windows 8中安装Android Studio,但我不能,因为在安装过程中告诉我它找不到JDK安装,创建变量HOME_JAVA和真理,无法继续安装。 有人试图在Windows 8中运行它?