【发布时间】:2017-09-21 08:48:20
【问题描述】:
我尝试安装 firebase:
npm install -g firebase-tools
但后来我尝试了:
firebase login
失败了:
The system cannot find the path specified.
但我的 PATH 中有全局 npm 文件夹。 我有纱线和流量,它工作正常
我的 PATH 如下所示:
还有我的 npm 文件夹(你可以在那里看到 firebase、yarn、flow):
- 重启不起作用
- 重新打开我的 cmd 也不起作用
请帮忙。
【问题讨论】:
-
试图重新安装 npm - 现在
which firebase工作并且我看到了路径,但是在firebase之后我看到了The system cannot find the path specified. -
重新安装 npm 并重新安装 firebase
标签: windows firebase path installation firebase-tools