user14353154
user14353154

Reputation:

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

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

Upvotes: 0

Views: 407

Answers (1)

user13268210
user13268210

Reputation:

I am new at Node.js like you but try:

  1. run npm init, in VS code terminal
  2. npm i react-scripts (if you didn't install)

Upvotes: 1

Related Questions