I've got Nodeclipse (Enide Studio) up and running, and I can edit code and run a simple "Hello World" Node.js app from within Enide. However, I can't figure out how to import a Node.js project from Github into Enide and run it under the "Node" perspective. Can someone enlighten me as to the steps?

有帮助吗?

解决方案

Run npm install -g nodeclipse

And from the source code directory run nodeclipse -p After this you can import as normal project: File -> Import -> General / Existing Projects into Workspace

其他提示

Correct names are Nodeclipse and Enide Studio.

This is not actually related to Nodeclipse project.

With EGit you can File -> Import -> Git -> Project from Git

or use CLI git clone,

then you nodeclipse -p from project folder.

Finally in Eclipse or Enide Studio File -> Import -> General -> Existing project into Workspace.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top