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.

  1. i installed node.js and
  2. then tried install weinre via npm. fails following error

enter image description here

please me in installing weinre can go on.

thanks in advance help.

there several things can find out problem:

  1. do nslookup of registry.npmjs.org find out if address can resolved
  2. 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

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -