I setup npm repo in a newly installed local 
Artifactory:https://www.jfrog.com/confluence/display/RTF/Npm+Repositories. 
Now can't adduser to npm.

C:\OTPPB2015\Workspace\JavaScript\scapegoat>npm adduser
Username: huj
Password:
Email: (this IS public) [email protected]
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Tools\\nodejs\\node.exe" 
"C:\\Tools\\nodejs\\node_modules\\npm\\bin\\npm-cli.js"
"adduser"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! code ECONNREFUSED
npm ERR! errno ECONNREFUSED
npm ERR! syscall connect

npm ERR! Error: connect ECONNREFUSED 127.0.0.1:80
npm ERR!     at Object.exports._errnoException (util.js:837:11)
npm ERR!     at exports._exceptionWithHostPort (util.js:860:20)
npm ERR!     at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1060:14)
npm ERR!  { [Error: connect ECONNREFUSED 127.0.0.1:80]
npm ERR!   code: 'ECONNREFUSED',
npm ERR!   errno: 'ECONNREFUSED',
npm ERR!   syscall: 'connect',
npm ERR!   address: '127.0.0.1',
npm ERR!   port: 80 }
npm ERR!
npm ERR! If you are behind a proxy, please make sure that the
npm ERR! 'proxy' config is set properly.  See: 'npm help config'

npm ERR! Please include the following file with any support request:
npm ERR!     C:\OTPPB2015\Workspace\JavaScript\scapegoat\npm-debug.log

C:\OTPPB2015\Workspace\JavaScript\scapegoat>node -v
v4.1.1

C:\OTPPB2015\Workspace\JavaScript\scapegoat>npm -v
2.14.4

C:\OTPPB2015\Workspace\JavaScript\scapegoat>

C:\OTPPB2015\Workspace\JavaScript\scapegoat>npm config list
; cli configs
user-agent = "npm/2.14.4 node/v4.1.1 win32 x64"

; userconfig C:\Users\huj\.npmrc
"_auth = "`echo\"=admin:password`"
ca = ""
init.author.email = "[email protected]"
init.author.name = "admin"
registry = "http://localhost/:8081/artifactory/api/npm/npm";

; builtin config undefined
prefix = "C:\\Users\\huj\\AppData\\Roaming\\npm"

; node bin location = C:\Tools\nodejs\node.exe
; cwd = C:\OTPPB2015\Workspace\JavaScript\scapegoat
; HOME = C:\Users\huj
; 'npm config ls -l' to show all defaults.


C:\OTPPB2015\Workspace\JavaScript\scapegoat>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/1d151f4a-f9c7-405e-9a59-46165f9b4fe5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to