PatrickJS / angular-hmr

:fire: Angular Hot Module Replacement for Hot Module Reloading
https://patrickjs.com
Apache License 2.0
506 stars 45 forks source link

peerinvalid The package webpack@2.1.0-beta.25 does not satisfy its siblings' peerDependencies requirements! #32

Closed mark-norgate closed 7 years ago

mark-norgate commented 7 years ago

I am trying to build the most straightforward Angular 2 app using the AngularClass seed app. Building locally appears to work, but when I try to build on circleci I get the following error:

npm WARN peerDependencies The peer dependency webpack@* included from @angularclass/hmr will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm ERR! Linux 3.13.0-91-generic
npm ERR! argv "/opt/circleci/nodejs/v4.2.6/bin/node" "/opt/circleci/nodejs/v4.2.6/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm  v2.14.12
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package webpack@2.1.0-beta.25 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer @angularclass/hmr@1.2.1 wants webpack@*
npm ERR! peerinvalid Peer webpack-dev-middleware@1.8.4 wants webpack@1 || ^2.1.0-beta
npm ERR! peerinvalid Peer webpack-dev-server@2.1.0-beta.9 wants webpack@^2.1.0-beta
npm ERR! peerinvalid Peer html-webpack-plugin@2.24.0 wants webpack@1 || ^2.1.0-beta

Anybody know of a remedy, a universal panacea that might help ameliorate this issue?

PatrickJS commented 7 years ago

thanks, the latest release removes the peer dep