While solving the issues to run story book in my create reat app, I have changed the version of my npm to 3.10.10
. Then after that, while trying to run npm like npm run start
, I am getting the following error:
npm ERR! Windows_NT 10.0.18363 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\name\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "npm" npm ERR! node v12.18.3 npm ERR! npm v3.10.10 npm ERR! cb.apply is not a function 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! E:\Career_Assistant_Project\react-server\npm-debug.log
Now I am not able to run my code. Can anyone help me figure out this issue?