Я пытаюсь запустить NPM с помощью команды npm run start
, но получаю эту ошибку:
> @ start C:\Users\Aristophanes
> cd packages/react-scripts && node bin/react-scripts.js start
The system cannot find the path specified.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ start: `cd packages/react-scripts && node bin/react-scripts.js start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Кто-нибудь знает, почему это может происходить? Спасибо.