1

I am trying to install React.js. In this regard, I run npm install -g create-react-app and create-react-app my-app. Then I run the npm start command but I am getting below error.

enter image description here

2

1 Answer 1

3

Please delete folder node_modules and clean npm cache

npm cache clean -f

Also try remove package-json.lock file.

After this re-run your command.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.