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.
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/