Reputation: 11
i have installed nodejs on my windows 7 ultimate x64. The installation was successful but when i tried to open the command line and type npm or node its show this message:
socket: (87) The parameter is incorrect. Your environment has been set up for using Node.js and npm.
C:\Users\Serge>node socket: (87) The parameter is incorrect.
C:\Users\Serge>npm socket: (87) The parameter is incorrect. socket: (87) The parameter is incorrect.
C:\Users\Serge>
do not hesitate to leave your comments. thank you!
Upvotes: 1
Views: 1069
Reputation: 21
Try these steps:
1.Open Command Prompt as Administrator
2.Run netsh winsock reset
Upvotes: 2