2016-09-06 7 views
0

오늘 나는 redux를 설치하려고 시도했는데 오류가 발생했습니다.npm 패키지를 설치할 수 없음

그것은 희박한 일이 아니라고 말했습니다.

C:\FE-Proj-Templates\webpack>npm i -D redux 
npm WARN package.json [email protected] No description 
npm WARN package.json [email protected] No repository field. 
npm WARN package.json [email protected] No README data 
npm ERR! Windows_NT 6.3.9600 
npm ERR! argv "C:\\Program Files (x86)\\Nodist\\v-x64\\4.5.0\\node.exe" "C:\\Program Files (x86)\\No 
dist\\npmv\\2.15.9\\bin\\npm-cli.js" "i" "-D" "redux" 
npm ERR! node v4.5.0 
npm ERR! npm v2.15.9 
npm ERR! code EPEERINVALID 

npm ERR! peerinvalid The package [email protected] does not satisfy it siblings' peerDependenci 
es requirements! 
npm ERR! peerinvalid Peer [email protected] wants [email protected] || ^2.1.0-beta 
npm ERR! peerinvalid Peer [email protected] wants [email protected]^1.9.11 
npm ERR! peerinvalid Peer [email protected] wants [email protected]^1.12.6 || ^2.1.0 beta 
npm ERR! peerinvalid Peer [email protected] wants [email protected]>=2.0.3-beta <3 
npm ERR! peerinvalid Peer [email protected] wants [email protected]* 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\FE-Proj-Templates\webpack\npm-debug.log 

노드 노드 4.5.0을 사용하고 며칠 전에 패키지를 설치할 수있었습니다.

어떤 문제인지 알아 보겠습니다.

답변

0

그것은 npm3

npm install -g npm3 
를 설치하고 사용하여 고정 된 것
관련 문제