【问题标题】:Nodemon is Not Working : [nodemon] Not WorkingNodemon 不工作:[nodemon] 不工作
【发布时间】:2021-01-10 11:21:30
【问题描述】:
nodemon : The term 'nodemon' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ nodemon ap.js
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (nodemon:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

【问题讨论】:

标签: node.js nodemon


【解决方案1】:

将 nodemon 安装为全局包

npm install -g nodemon

【讨论】:

  • 在你的项目中尝试这个打开的终端并输入这个 npm install --save-dev nodemon 如果这不起作用然后尝试在你的系统中重新安装 node js
猜你喜欢
  • 2022-01-05
  • 2016-09-28
  • 2021-09-27
  • 2015-10-16
  • 2020-07-16
  • 2016-06-02
  • 2015-01-29
  • 2014-07-18
  • 2022-11-18
相关资源
最近更新 更多