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