Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed npm install command weinre in windows 7

I have tried to install weinre for debug a phonegap application with command: npm install weinre

I have always the same error:

npm command

I use windows 7, I opened the cmd with administrator, i have installed node.js. I have read other questions about this but i don't have a solution.

Please, could you help me?

like image 826
sandrita Avatar asked Nov 23 '25 10:11

sandrita


1 Answers

Thanks for the coments. The problem is because I didnt put a version of weinre. I use the command npm install weinre@latest and works fine.

like image 192
sandrita Avatar answered Nov 25 '25 10:11

sandrita