gpt4 book ai didi

node.js - VSCode 0.3 在路径上找不到运行时 'node'

转载 作者:搜寻专家 更新时间:2023-10-31 22:31:34 25 4
gpt4 key购买 nike

我刚从vscode的0.1升级到0.3。现在,当我运行调试器时出现错误“无法在路径上找到运行时‘ Node ’”。我在 OSX 10.10.3 上运行了 iojs v2.3.0。我使用 nvm 安装了 iojs,所以 node 可能不在路径中,但我可以在终端中键入“node”并获得 repl。

最佳答案

VSCODE 版本 0.7.0 的 Node 路径


我正在运行 Ubuntu GNU/Linux 12.04.5 LTS。在 VSCode 0.7.0 之前,我会将我的 Node 路径保留为在 launch.json 文件中的 PATH 中找到的默认路径:

// Workspace relative or absolute path to the runtime executable to       be used. Default is the runtime executable on the PATH.
"runtimeExecutable": null,

但是,在更新到 0.7.0 之后,我开始收到 “无法在“node”PATH 上找到运行时” 错误,即使 node 在我的 PATH 上也是如此。

18:25:37 ツ gjsmith3rd@DV7:~ 
$echo $PATH
/usr/bin:...//Plus the rest of the PATH
18:25:44 ツ gjsmith3rd@DV7:~

18:21:36 ツ gjsmith3rd@DV7:~
$which node
/usr/bin/node
18:21:43 ツ gjsmith3rd@DV7:~

我将 launch.json 更改为:

// Workspace relative or absolute path to the runtime executable to be used. Default is the runtime executable on the PATH.
"runtimeExecutable": "/user/bin/node",

现在一切正常。实际路径为/usr/bin/,可执行文件为node

关于node.js - VSCode 0.3 在路径上找不到运行时 'node',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31075763/

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