0
votes

I've cloned the repo https://github.com/aurelia/skeleton-navigation from this repo I'm using 'skeleton-typescript-webpack'

But when i run the npm install command it gives me following error

npm ERR! node v4.4.7 npm ERR! npm v2.15.8 npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package [email protected] does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants webpack@^1.4.0 npm ERR! peerinvalid Peer [email protected] wants webpack@^2.1.0-beta

npm ERR! Please include the following file with any support request: npm ERR! D:\My Projects\AureliaTs\skeleton-navigation-master\skeleton-typescript-webpack\npm-debug.log

Please help.

Thanks

1
This looks to be a duplicate of the issue already on the Aurelia's Issue list: ERR! peerinvalid after running npm install #584 - Metro Smurf

1 Answers

3
votes

You need to upgrade to a 3.x version of npm. Your node version is fine (we support Node LTS and Node Latest Release), but for some reason, npm before version 3 doesn't work.