2016-07-13 2 views
3

npm install을 시도 할 때 이러한 오류가 발생합니다. React의 최신 버전을 사용하는 경우 실행되지 않는 이유를 알 수 없습니다.패키지 [email protected]이 형제의 peerDependencies 요구 사항을 만족하지 않습니다

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants [email protected]^15.2.1 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.5 npm ERR! peerinvalid Peer [email protected] wants [email protected]^15.2.1 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.7 || ^15.0.0-0 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.0 || ^15.0.0-0 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.0 || ^15.0.0-0 npm ERR! peerinvalid Peer [email protected] wants [email protected]~15.2.0 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.0 || ^15.0.0-0 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.0 || ^15.0.0 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.0 || ^15.0.0 npm ERR! peerinvalid Peer [email protected] wants [email protected]^0.14.0 || ^15.0.0-rc.1

답변

7

npm을 버전 3으로 업데이트 할 수도 있습니다. 새 버전에서는이 문제가 발생하지 않도록 할 수 있습니다.

관련 문제