Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to import nodejs projects into nodejs eclipse in mac

I have cloned a project and try to load into nodejseclipse(mac) as file system or existing project. but it does load only root folder js files. it does not load all folder structures into eclipse. can you please help me on this.

like image 918
Raja Ramu Avatar asked Oct 20 '13 06:10

Raja Ramu


People also ask

Does Eclipse support Nodejs?

js IDE (based on Nodeclipse 0.17) Eclipse Node. JS IDE (Enide) is basically one configuration file (*. p2f) that lets you quick start with Node. js development.


1 Answers

You need install nodeclipse, first.

  1. npm install -g nodeclipse to install it
  2. Go to your folder, nodeclipse -g to generate nodeclipse project setting.
  3. Open it from Eclipse "import from other projects".
like image 151
Evan Lin Avatar answered Oct 14 '22 16:10

Evan Lin