Error: cannot find module "react-scripts/scripts/init.js' when tryping to install react app

Mick

I'm getting this issue when creating a new project, no idea what's really happening it's annoying. I tried to clean the cache, update the create-react-app, but still, the same thing happens. Thanks in advance!

Image of Issue, screenshot:

Image of Issue, Screen shot

Emil

Use this command:

npm cache clean --force

if it didn't work, please switch to yarn

npm i -g yarn

then install the react app

yarn create react-app my-app

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Related Related

HotTag

Archive