Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nodejs not running

recently I installed Nodejs on Windows 7 and it was working perfectly. Few days ago it stops running well, for example: if I write "node C:/dir/.../server.js" the console shows: "..." and do nothing.

I have checked the 80 port and it is free, can you please help me?

enter image description here

like image 564
Miguel Jiménez Avatar asked Dec 21 '22 03:12

Miguel Jiménez


1 Answers

Don't enter node<enter> first. Also, you need quotes. When you've opened cmd, directly type node "C:\Users\Us Navy\...".

like image 132
thejh Avatar answered Dec 24 '22 01:12

thejh