node.js - Unable to install phonegap on my office machine -


enter image description hereenter image description heresince i'm behind corporate proxy couldn't use regular way of installing phonegap on office computer ("npm install -g phonegap").

thus, trying through using cntlm proxy. i've configured npm pass through cntlm proxy instead.

[npm config set proxy http://localhost:3128 npm config set https-proxy https://localhost:3128 npm config set registry "http://registry.npmjs.org/"] 

but, i'm still missing phonegap installation proceeds extent , fails.

has faced similar situation before?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -