Nodemon:找不到命令

时间:2018-10-26 19:34:37

标签: npm nodemon

我正在努力在node.js服务器上安装nodemon。我正在运行命令npm install nodemon -g,输出如下:

C:\Users\Stoffe\AppData\Roaming\npm\nodemon -> C:\Users\Stoffe\AppData\Roaming\npm\node_modules\nodemon\bin\nodemon.js

> nodemon@1.18.5 postinstall 
C:\Users\Stoffe\AppData\Roaming\npm\node_modules\nodemon
> node bin/postinstall || exit 0

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 
(node_modules\nodemon\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}                                                                                                                                                                                               )

+ nodemon@1.18.5
updated 1 package in 9.223s

但是问题是,当我执行nodemon index.js时,出现错误bash: sudo: command not found。我四处搜寻,没有任何运气,但尚未找到可行的解决方案。任何帮助表示赞赏!

1 个答案:

答案 0 :(得分:1)

  1. 不要使用git bash终端安装全局npm模块
  2. 如果cmd提示符下的npm install nodemon -g返回where nodemon,请重新安装node.js / npm和INFO: Could not find files for the given pattern(s).
  3. 如果其他所有方法均失败,请确保文件正在下载且位于您的C:\Users\{{YOURUSER}}\AppData\Roaming\npm\nodemon.cmd文件夹中。
  4. 最后,确保Windows path环境变量的文件夹设置为该\AppData\Roaming\npm文件夹。
  5. 如果所有其他方法均失败,则可能是您输入的错字或达到了操作系统的最大path环境变量限制(例如,Windows 7为4096个字符)