如何强制 Eclipse 使用特定版本的 NodeJS 来修复错误 "Node.js version could not be determined"?

How to force Eclipse to use specific version of NodeJS to fix error "Node.js version could not be determined"?

我已经使用安装程序选项 "Eclipse IDE for Web and JavaScript Developers" 安装了最新版本的 Eclipse-IDE (2020-03)。它非常慢。打开一个文件需要 2-3 秒。最后显示以下错误:

罪魁祸首实际上是 Eclipse Wild Web Developer。它找不到我用 Homebrew 完成的 NodeJS 安装。为了修复,我执行了:

cd /Applications/Eclipse.app/Contents/Eclipse
echo -Dorg.eclipse.wildwebdeveloper.nodeJSLocation=$(which node) >> eclipse.ini

SpringToolSuite4如下:

cd /Applications/SpringToolSuite4.app/Contents/Eclipse
echo -Dorg.eclipse.wildwebdeveloper.nodeJSLocation=$(which node) >> SpringToolSuite4.ini