Eclipse FAQ
Nodeclipse FAQ
(Check also http://www.nodeclipse.org/community/q-and-a)
Q: How to install nodeclipse in myeclipse2013? I have no eclipse.
If you don’t have Eclipse and you use Windows, you can download Nodeclipse NTS or Enide Studio. (quick link https://sourceforge.net/projects/nodeclipse/files/)
Otherwise follow instructions on http://www.nodeclipse.org/updates/
Check also https://github.com/Nodeclipse/eclipse-node-ide/blob/master/Hints.md#hints
- Select [File]-[New]-[Node Project] to open New Node Project Wizard.
- Enter [Project name] and uncheck [Use default location] checkbox.
- Select location of existing project into [Location].
- Press [Finish] button.
Then the existing project will appear in Project Explorer.
Q: How to add a new dependency while working with Nodeclipse
- Double-click package.json on the Package Explorer to open it.
- Add into dependencies section what you want to install, and save it.
- Select package.json on the Package Explorer, open context menu by right-clicking, and select [Run As]-[npm install] menu.