windows - Windows 上的 Nodejitsu

标签 windows node.js npm nodejitsu

我刚刚开始使用 Node.js 并试图让 Nodejitsu 在我的系统上运行(Windows 7,Node 版本 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 :)

关于windows - Windows 上的 Nodejitsu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14397836/

相关文章:

angular - 找不到模块robotjs

c++ - SetWindowPos() 跨进程 DPI 感知

c++ - PostMessage无法在Winform应用程序中与分配的控制台一起使用

python - 如何接收 cmd 'quser' 输出?

node.js - NodeJS - 在渲染之前将数据库查询的结果发送到 View 或路由

javascript - 如何在 Joi 中捕获验证失败的回调

angular - 如何在从 package.json 读取配置时拥有 npm 包的自动版本控制机制

javascript - 是否可以将 Tedious 连接和请求事件监听器放在 Node.js 的单独模块中?

node.js - 为什么 npm start 给我 "Error: Cannot find module ' ./keywords'”?

node.js - 导入 node 包中的文件而不包含 dist 文件夹名称