Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting npm error while creating react app #1468

Closed
bibinkn opened this issue Jan 30, 2017 · 1 comment
Closed

Getting npm error while creating react app #1468

bibinkn opened this issue Jan 30, 2017 · 1 comment

Comments

@bibinkn
Copy link

bibinkn commented Jan 30, 2017

I'm new to reactjs and I'm trying to create a react app from scratch. I tried using the instructions from (https://facebook.github.io/react/docs/installation.html) and while giving the npm command

npm install -g create-react-app

I'm getting the below error in the command promt, I have updated the proxy setting and all but still the same error, Please help!!!

D:\Users\749559>npm install -g create-react-app
npm ERR! registry error parsing json
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "
npm ERR! node v4.4.7
npm ERR! npm  v2.15.8

npm ERR! Unexpected token <
npm ERR! <HTML><HEAD>
npm ERR! <TITLE>Appliance Error</TITLE>
npm ERR! </HEAD>
npm ERR! <BODY>
npm ERR! <FONT face="Helvetica">
npm ERR! <big><strong></strong></big><BR>
npm ERR! </FONT>
npm ERR! <blockquote>
npm ERR! <TABLE border=0 cellPadding=1 width="80%">
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica">
npm ERR! <big>Appliance Error (configuration_error)</big>
npm ERR! <BR>
npm ERR! <BR>
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica">
npm ERR! Your request could not be processed because of a configuration error: "Account is locked out."
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica">
npm ERR!
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica" SIZE=2>
npm ERR! <BR>
npm ERR! For assistance, contact your network support team.
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! </TABLE>
npm ERR! </blockquote>
npm ERR! </FONT>
npm ERR! </BODY></HTML>
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     D:\Users\749559\npm-debug.log

D:\Users\749559>
@gaearon
Copy link
Contributor

gaearon commented Jan 30, 2017

The problem is with npm not being able to access the network:


npm ERR! <HTML><HEAD>
npm ERR! <TITLE>Appliance Error</TITLE>
npm ERR! </HEAD>
npm ERR! <BODY>
npm ERR! <FONT face="Helvetica">
npm ERR! <big><strong></strong></big><BR>
npm ERR! </FONT>
npm ERR! <blockquote>
npm ERR! <TABLE border=0 cellPadding=1 width="80%">
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica">
npm ERR! <big>Appliance Error (configuration_error)</big>
npm ERR! <BR>
npm ERR! <BR>
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica">
npm ERR! Your request could not be processed because of a configuration error: "Account is locked out."
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica">
npm ERR!
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! <TR><TD>
npm ERR! <FONT face="Helvetica" SIZE=2>
npm ERR! <BR>
npm ERR! For assistance, contact your network support team.
npm ERR! </FONT>
npm ERR! </TD></TR>
npm ERR! </TABLE>
npm ERR! </blockquote>
npm ERR! </FONT>
npm ERR! </BODY></HTML>
npm ERR!

Unfortunately we don’t provide support for npm itself—you’d need to file an issue with them if for some reason your proxy settings didn’t work.

I’m closing since it’s not actionable for us, but thank you for reporting!

@gaearon gaearon closed this as completed Jan 30, 2017
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants