I have a ReactJS application with dependencies managed by npm. I use eclipse as an IDE. My application runs using "npm start" command. To execute "npm start" command, I need to open terminal window and run it there. I would like to run this command from within eclipse. Is there a way to do it?
Asked
Active
Viewed 7,656 times
2 Answers
2
Probably way too late to answer this but you can use ctrl + alt + shift + t
to open up any command line tools installed.

Tan Kim Loong
- 980
- 7
- 14
1
Install Nodeclipse. Right click 'package.json' -> Run As 'npm ...' -> Write the goal 'start' and run it

yakup_y
- 155
- 2
- 7
-
I get only "npm install" and "npm update" options. Which plugin do you have? – Bipul Jul 11 '18 at 10:10
-
Sorry, i forget. Nodeclipse – yakup_y Jul 11 '18 at 13:07