node.js - Issue installing npm on my Win7 Machine -
i trying install weinre on win7 machine per instruction given in link http://forums.adobe.com/docs/doc-2623
note: might behind firewall.
- i installed node.js and
- then tried install weinre via npm. fails following error
please me in installing weinre can go on.
thanks in advance help.
there several things can find out problem:
- do nslookup of registry.npmjs.org find out if address can resolved
check network settings find out if there proxy configured if so, configure npm use proxy. how can this:
npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080
credits go https://stackoverflow.com/a/12832637/52568.
Comments
Post a Comment