nodejs configuration using (*.p2f) file in eclipse

477 Views Asked by At

I am newbie to nodejs environment. I just started learning about nodejs but I got stuck with environment set up.

When I am trying to set up the environment using *.p2f file which i downloaded from eclipse market place support site for nodejs, I am getting following errors

nodejs-eclipse issue

Help me to sort out the problem

enter image description here

configuration problem using .p2f file in Node Tool Suit

1

There are 1 best solutions below

1
On

You have got Enide .p2f file, that should be used in Eclipse as File -> Import -> Install -> Install Software Items from File. (All instructions are inside .p2f file, that you can open with text editor. It is just XML file )

Actually, Nodeclipse project download page http://www.nodeclipse.org/updates/ has a lot of options to get started with Node.js and Eclipse.

  • You can download Enide Studio wit ready to go plugin set.
  • Or Install Nodeclipse plugin into any Eclipse based IDE.

select what option would work for you.

@Dot_NET Junior please raise an issue on https://github.com/nodeclipse/nodeclipse-1/issues/ if you are still interested in created solution with Node.js and Eclipse