You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如题,远程连接到我的服务器上,并通过VSCode在服务器装上Leetcode插件之后,插件无法正常使用,会提示Error: The Node.js executable does not exist on path nodejs。
此时我已经安装了node和npm,也加入了PATH,可以直接在命令行进行调用。修改工作区下.vscode文件夹中的launch.json,把node所在位置添加到runtimeExecutable这一项也是无法运行。
Ubuntu版本:18.04
Node版本:14.17.6
To Reproduce
安装Remote-SSH插件,远程连接到一个Ubuntu服务器
在服务器上安装Leetcode插件
在服务器上安装node
无法启用插件
Expected behavior
希望能提供一个能正常使用或配置的办法
Extension Output
Error: The Node.js executable does not exist on path nodejs
Your Environment
os: Ubuntu 18.04
extension settings: 无法打开设置
nodejs version: 14.17.6
vscode version: 1.60.1
extension version: 0.18.0
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
如题,远程连接到我的服务器上,并通过VSCode在服务器装上Leetcode插件之后,插件无法正常使用,会提示
Error: The Node.js executable does not exist on path nodejs
。此时我已经安装了node和npm,也加入了PATH,可以直接在命令行进行调用。修改工作区下.vscode文件夹中的
launch.json
,把node所在位置添加到runtimeExecutable
这一项也是无法运行。Ubuntu版本:18.04
Node版本:14.17.6
To Reproduce
Expected behavior
希望能提供一个能正常使用或配置的办法
Extension Output
Error: The Node.js executable does not exist on path nodejs
Your Environment
The text was updated successfully, but these errors were encountered: