node.js - JSPM GitHub credencial fails -
i try install aurelia tutorial of skeleton-navigation aurelia.io. have installed node.js, configured proxy , installed jspm package.
after this, try set credencial github executing "jspm registry config github" command, , fail.
err error: connect econnrefused @ exports._errnoexception (util.js:746:11) @ tcpconnectwrap.afterconnect [as oncomplete] (net.js:1000:19)
in home have not problems set credencial , download data github.
i tried init jspm package, using "jspm init" command, many errors this:
warn error on download github:moduleloader/es6-module-loader error: connect econnrefused @ exports._errnoexception (util.js:746:11) @ tcpconnectwrap.afterconnect [as oncomplete] (net.js:1000:19) err error downloading loader files. err undefined
did jspm need config proxy ? , how ?
to change proxy server of jspm, there needed set http_proxy
environment variable.
Comments
Post a Comment