Amazon Prime Day August 2020

How to run node js script in netbeans



1. Open Tools/Plugins window in Netbease IDE
2. Select nodeJS under Available Plugins Tab and click on Install button
3. Next, Open Tools/Options window
4. Select Node.js tab under Miscellneous Tab
5. Enter below command in Default run command box
6. cd ${workingdir} && npm start
7. Default Kill command : taskkill /F /IM node.exe
8. Select Ok button
9. Open main.js file in Node js application in Netbeans IDE
10. Right click on window, select “Run with Node.js”
11. To stop the application, click stop button in left side of console window.

Post a Comment

0 Comments