gpt4 book ai didi

javascript - 重击 : nodemon: command not found

转载 作者:太空宇宙 更新时间:2023-11-04 02:56:12 24 4
gpt4 key购买 nike

过去几个月我一直在使用nodemon。只是今天我遇到了这个错误。我尝试卸载nodemon并重新安装它。我也是强行安装的。什么都没起作用。每当我运行nodemon命令时

bash: nodemon: command not found

弹出。

还有其他答案,我都查过了。他们没有为我工作。

最佳答案

我曾经遇到过这个错误,在我的 package.json 中,我更新了 nodemon 位置并且它起作用了。

以下代码位于我的package.json

"start" : "./node_modules/.bin/nodemon server.js"

然后运行npm start后它就可以工作了。

关于javascript - 重击 : nodemon: command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45503848/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com