Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebApp project on NetBeans shows: "Node.js: Missing node.js sources (in NodeJsWebApplication)"

I installed NetBeans IDE 8.2.
I created a new project: enter image description here

I keep receiving error:

Node.js: Missing node.js sources (in NodeJsWebApplication)

enter image description here

I pressed on Resolve.. but it opens the Options window and all the settings looks OK:
enter image description here

In the NetBeans forums they wrote that restarting the IDE should solve it but I tried it and it doesn't help.

I have Node.js version v6.11.2 and Express vesrion 4.16.0.

I tried to install npm but in the terminal it writes:

"C:\Program Files\nodejs\npm.cmd" "install"
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.
Done.
like image 501
E235 Avatar asked Oct 18 '25 15:10

E235


1 Answers

I needed to download the sources.
Notice on my question picture "Not downloaded".

I pressed the Download.. button and it started to download the sources:
enter image description here

The error disappeared.

like image 190
E235 Avatar answered Oct 20 '25 05:10

E235