How do I import a Github repository into Nodeclipse (Enide)?

删除回忆录丶 提交于 2019-12-06 01:48:19

问题


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?


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/21873816/how-do-i-import-a-github-repository-into-nodeclipse-enide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!