简体   繁体   中英

Im getting this error everytime time I want to create a react app:

The error on the command line:

npm ERR! cb() never called!

I ran the command:

npx create-react-app test

I also tried running the clean cache command but I still keep getting the same error.

Did you tried with --force option?

sudo npm cache clean --force

More info refer: https://reactgo.com/npm-err-cb-never-called/

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