score:0

re-running npm i solved my problem. i had the same problem, turns out "reinstalling" npm packages gets rid of the annoying

error: cannot find module 'c:\users\pcname\documents\react-scripts\bin\react-scripts.js' . . . { code: 'module_not_found', requirestack: [] }

error message.

score:2

this error can happen after you use create-react-app in case you have some invalid character in your path.

remove & from your path.

change from this:

c:\users\pcname\documents\react r&d\pluralsight\test-app

to this:

c:\users\pcname\documents\react rd\pluralsight\test-app

it should work now!


Related Query

More Query from same tag