I am trying to create new react app with npx create-react-app [name]
command. But I get following error:
error Couldn't find package "@babel/[email protected]" required by "babel-preset-react-app@^9.1.2" on the "npm" registry.
Each time it is saying some package could not be found on npm registry (not only @babel/[email protected] this package).
I have also updated my npm
and npx
, but no success.