2016-11-23 1 views
1

새 폴더를 만든 다음 "create-react-app"를 실행했습니다. (이것은 Windows 10에서였습니다.) 그런 다음 몇 주 전에 "create-react-app"로 만든 코드를 실행중인 다른 폴더에서 package.json 파일을 복사했습니다. 그런 다음 이전 패키지를 복제하는 데 필요한 모든 node_modules로 새 앱을 업데이트하기 위해 "yarn installation"을 실행했습니다. 콘솔 디스플레이에 아래에 표시된 것과 같은 많은 오류가 발생하는 이유는 무엇입니까?"create-react-app"다음에 원사 설치를 사용하여 이러한 오류가 발생하는 이유는 무엇입니까?

참고 : 완전한 형식화되지 않은 디스플레이는받은대로 표시 할 수 없습니다. stackoverflow에서 게시 할 수 없으므로 표시 할 수 없습니다. 여기 몇 줄의 서식이 있습니다.

ERR! stack  at emitTwo (events.js:106:13)\nnode-pre-gyp 
ERR! stack  at ChildProcess.emit (events.js:191:7)\nnode-pre-gyp 
ERR! stack  at maybeClose (internal/child_process.js:877:16)\nnode-pre-gyp 
ERR! build error \nnode-pre-gyp ERR! stack Error: Failed to execute 'node-gyp.cmd configure --fallback-to-build --module=C:\\Users\\Bruce\\Dropbox\\Projects BlueDuck\\Blue-Duck-Beta-Test\\node_modules\\fsevents\\lib\\binding\\Release\\node-v48-win32-x64\\fse.node --module_name=fse --module_path=C:\\Users\\Bruce\\Dropbox\\Projects BlueDuck\\Blue-Duck-Beta-Test\\node_modules\\fsevents\\lib\\binding\\Release\\node-v48-win32-x64' (1)\nnode-pre-gyp 
ERR! stack  at ChildProcess.<anonymous> (C:\\Users\\Bruce\\Dropbox\\Projects BlueDuck\\Blue-Duck-Beta-Test\\node_modules\\fsevents\\node_modules\\node-pre-gyp\\lib\\util\\compile.js:83:29)\nnode-pre-gyp 

답변