nodejs configuration using (*.p2f) file in eclipse

霸气de小男生 提交于 2019-12-08 08:03:58

问题


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

Help me to sort out the problem

configuration problem using .p2f file in Node Tool Suit


回答1:


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



来源:https://stackoverflow.com/questions/21846023/nodejs-configuration-using-p2f-file-in-eclipse

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