0

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.

Kaartik Nayak
  • 240
  • 2
  • 9

1 Answers1

0

Did you tried with --force option?

sudo npm cache clean --force

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