Advertisement
Guest User

Untitled

a guest
Aug 5th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. >> npm adduser --registry http://localhost:4873
  2. Username: admin123
  3. Password: qazwsx
  4. Email: (this IS public) anemail@gmail.com
  5. npm ERR! registry error parsing json
  6. npm ERR! registry error parsing json
  7. npm ERR! registry error parsing json
  8. npm ERR! Windows_NT 6.1.7601
  9. npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Users\37870\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "adduser" "--registry" "http://localhost:4873"
  10. npm ERR! node v4.4.7
  11. npm ERR! npm v3.10.5
  12.  
  13. npm ERR! Unexpected token <
  14. npm ERR! <HEAD><TITLE>Unknown Host</TITLE></HEAD>
  15. npm ERR! <BODY BGCOLOR="white" FGCOLOR="black"><H1>Unknown Host</H1><HR>
  16. npm ERR! <FONT FACE="Helvetica,Arial"><B>
  17. npm ERR! Description: Unable to locate the server named "<em>localhost</em>" --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.</B></FONT>
  18. npm ERR! <HR>
  19. npm ERR! <!-- default "Unknown Host" response (504) -->
  20. npm ERR! </BODY>
  21. npm ERR!
  22. npm ERR!
  23. npm ERR! If you need help, you may report this error at:
  24. npm ERR! <https://github.com/npm/npm/issues>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement