【发布时间】:2017-09-07 01:05:30
【问题描述】:
当我在我的应用程序中运行 nodemon bin/www 时,它运行良好,当我尝试运行 nodemon app 时,它会抛出此错误:
'\"node .\bin\www\"' is not recognized as an internal or external command,
operable program or batch file.
我相信这是在我今天收到 nodemon 的通知运行npm install -g nodemon 以更新 nodemon 库后发生的,安装后出现此错误:
Please try running this command again as root/Administrator.
我尝试以管理员身份运行 cmd,同样的问题。有什么解决办法吗?
【问题讨论】:
标签: node.js