【发布时间】:2020-12-24 09:03:43
【问题描述】:
当我尝试使用 npm install -g nodemon 安装 nodemon 时,出现以下错误:
'nodemon' is not recognized as an internal or external command,
operable program or batch file.
【问题讨论】:
-
试过了,但最后它给出了同样的错误并且不允许我使用 nodmon 说
'nodemon' is not recognized as an internal or external command, operable program or batch file. -
你是在安装nodemon的index目录下运行的吗?尝试使用
npm i --s nodemon重新安装。 -
还是不行。是的,它安装在索引目录中
-
是的,非常感谢您
标签: node.js discord discord.js npm-install nodemon