我刚刚开始玩Node.js并试图让Nodejitsu在我的系统上工作(
Windows 7,Node version 0.8.15)
我使用“npm install jitsu -g”命令安装了Jitsu,但除此之外尝试执行jitsu用户确认或部署返回:
‘jitsu’ is not recognized as an internal or external command,operable
program or batch file.
我知道我很可能需要在我的路径中添加jitsu安装位置,但我不确定jitsu的安装位置.
非常感谢.谢谢
解决方法
在Windows上正常的Node.js安装中,您将找到位于的npm模块
C:\Program Files\nodejs\node_modules\npm\bin
或者在
C:\Users\user\AppData\Roaming\npm\jitsu
您需要将PATH环境变量设置为正确的路径
然后你就可以使用Nodejitsu了:)