Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始使用 Node.js,并试图让 Nodejitsu 在我的系统上工作(Windows 7,Node 版本 0.8.15)
我使用“npm install jitsu -g”命令安装了 Jitsu,但除此之外,尝试执行 jitsu 用户确认或部署返回:
'jitsu' 不是内部或外部命令、可运行程序或批处理文件。
我知道我很可能需要在我的路径中添加 jitsu 安装位置,但不确定 jitsu 安装在哪里。
非常感谢帮助。谢谢
在 Windows 上的普通 Node.js 安装中,您会发现 npm 模块位于
C:\Program Files\nodejs\node_modules\npm\bin
或在
C:\Users\user\AppData\Roaming\npm\jitsu
您需要将 PATH 环境变量设置为正确的路径
然后你将能够使用 Nodejitsu :)