简体   繁体   中英

REACT - not working npm while installing it

Did all the command on command line from installing the npm globally npm install -g create-react-app along with following codes:

npx create-react-app <myprojectname> and also cleared the npm cache but it always get stuck on the line in the image showing the following error. Along with the error:

┌──────────────────────────────────────────────────────────────────┐
│                     npm update check failed                      │
│               Try running with sudo or get access                │
│               to the local update config store via               │
│ sudo chown -R $USER:$(id -gn $USER) C:\Users\Smart Sites\.config │
└──────────────────────────────────────────────────────────────────

along with 65 packages are looking for funding [1]: https://i.stack.imgur.com/KJVVp.png

Here is what i found form the getting started page of create react app.

If you've previously installed create-react-app globally via

  npm install -g create-react-app,

we recommend you uninstall the package using

 npm uninstall -g create-react-app

to ensure that npx always uses the latest version.

npx create-react-app my-app
cd my-app
npm start

But always ensure that you have an existing folder before using npx.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM