0
나는 일반적으로 그냥 내-생성 반응 - 응용 프로그램 프로젝트 npm start
을 실행하지하지만 난 내 컴퓨터를 다시 시작한 후 나는 더 이상 그것을 할 수 얻을 이상한 오류 :`create-react-app 애플리케이션에서`npm start`이 작동하지 않습니다. 누락 된 템플릿?
module.js:341
throw err;
^
Error: Cannot find module './Template'
at Function.Module._resolveFilename (module.js:339:15)
at Function.Module._load (module.js:290:25)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object.<anonymous> (/Users/richardbustos/Google Drive/workspace/portfolio/node_modules/webpack/lib/MainTemplate.js:8:16)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.5.0
npm ERR! npm v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'react-scripts start'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the portfolio package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! react-scripts start
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs portfolio
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls portfolio
npm ERR! There is likely additional logging output above.
을 내가 npm install
를 실행하고 NPM과 npde를 업데이트 시도하지만, 아무 것도 작동하지 않음
일 듯
을 =) 실행 ./ 템플리트'와 경로가 적절하지 않기 때문에 실패했는지 확인하십시오. –npm 및 노드 버전을 상용구와 동기화하십시오. – Robsonsjre