npm start
, npm test
, npm run
и npm build
все выдают эту ошибку, также когда я создал бэкэнд с узлом, где я попытался использовать nodemon и добавить индекс запуска скрипта nodemon. js. Затем я запускаю команду npm start
, это также вызывает ошибку. https://i.stack.imgur.com/YVk92.png
PS F:\all_js_works\Net Ninja Graphql with Node & React\client> npm start
> client@0.1.0 start F:\all_js_works\Net Ninja Graphql with Node & React\client
> react-scripts start
'React\client\node_modules\.bin\' is not recognized as an internal or external command,
operable program or batch file.
internal/modules/cjs/loader.js:1032
throw err;
^
Error: Cannot find module 'F:\all_js_works\react-scripts\bin\react-scripts.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:1029:15)
at Function.Module._load (internal/modules/cjs/loader.js:898:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! client@0.1.0 start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the client@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\User\AppData\Roaming\npm-cache\_logs\2020-06-18T12_02_03_487Z-debug.log