【问题标题】:Nodemon command not found issue未找到 Nodemon 命令问题
【发布时间】:2020-02-02 08:30:21
【问题描述】:

我最近更新了我的 node.js 版本和 npm,现在我收到一个错误: $节点监视器 C:\Users\username\AppData\Roaming\npm/node_modules/node/bin/node: line 1: This: command not found;

我已经尝试卸载并重新安装,我对使用 nodemon 和 node 还是很陌生。我已经搜索了以前的问题并尝试更新我的路径变量,但到目前为止没有任何效果。

【问题讨论】:

    标签: node.js windows nodemon


    【解决方案1】:

    你是全局安装 nodemon 还是刚刚安装?如果没有,尝试 npm install -g nodemon 全局安装。

    【讨论】:

      猜你喜欢
      • 2018-01-23
      • 2019-03-03
      • 1970-01-01
      • 1970-01-01
      • 2018-03-12
      • 2016-02-13
      • 2016-06-02
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多