当我尝试运行或调试nodejs app时,我得到并且错误:
java.io.IOException: Cannot run program "node" (in directory
"/Users/<USERNAME>/Documents/Projects/<PROJECTNAME>"): error=2, No such file or directory.
我可以在终端上运行该应用程序。
我的系统是OSX Maverick,Eclipse Standard / SDK版本:Kepler Service Release 1 Build id:20130919-0819,Nodeclipse 0.8.0,jdk1.7.0_45.jdk
不确定这是错误还是配置错误。我想知道如何解决这个问题。
答案 0 :(得分:1)
它应该自解决问题,因为很明显无法找到节点所以需要检查当前配置窗口 - &gt;偏好 - &gt; Nodeclipse
Disable Find node on PATH,
then select node exact location, e.g. on Windows C:\Program Files\nodejs\node.exe
仔细检查偏好,试验一下。