Sto provando ad installare il modulo @ ngrx/store nella mia app angular 2. Sto usando NPM installare e ottenere il seguente errore:Il pacchetto [email protected] non soddisfa i requisiti peerDependencies dei suoi fratelli?
npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer @angular/[email protected] wants [email protected]
npm ERR! peerinvalid Peer @angular/[email protected] wants [email protected]
npm ERR! peerinvalid Peer [email protected] wants [email protected]
npm ERR! peerinvalid Peer @ngrx/[email protected] wants [email protected]
Questo significa che devo aggiornare il mio modulo angular2 perché ha bisogno di una versione inferiore di [email protected]?
Primo aggiornamento npm: npm install npm -g Quindi, funzionerà senza problemi. –