skip to Main Content

Folder details

ouput

Already tried : Delete the node_modules directory,
Delete the package-lock.json file
Run npm install

Also tried : created a new folder and did the same Still Same problem

Also tried: change to the folder where the react app was created and still error

2

Answers


  1. Chosen as BEST ANSWER

    Actually the answer is, One of my Folders name is "Academics & DOCS". I have renamed that Folder to "Academics-DOCS". PROBLEM solved


  2. Try this
    see in package.json in the dependance react-script with version number if its there then its fine otherwise

    npm install react-scripts

    and then start it again

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search