gpt4 book ai didi

visual-studio-code - 如何修复 PATH 上的 "Cannot find runtime ' nodemon'。确保安装了 'nodemon'。”?

转载 作者:行者123 更新时间:2023-12-03 15:24:30 27 4
gpt4 key购买 nike

我尝试在 Visual Studio 代码上使用 nodemon 调试 nodejs 应用程序,以便每次保存代码时都可以自动重新启动调试器。
但是,当我在 Visual Studio 代码上运行调试器时,它只是不断弹出此错误消息:
“在 PATH 上找不到运行时‘nodemon’。确保安装了‘nodemon’”

我尝试重新安装 Visual Studio 代码,在全局和本地重新安装 nodemon。

这是我的 launch.json文件:

  "version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "nodemon",
"runtimeExecutable": "nodemon",
"program": "${workspaceFolder}/app.js",
"restart": true,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]```

最佳答案

我通过将 nodemon 安装为全局来解决了这个问题。

npm install -g nodemon

关于visual-studio-code - 如何修复 PATH 上的 "Cannot find runtime ' nodemon'。确保安装了 'nodemon'。”?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57748716/

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