This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 358
Webpack 2 doesn't satisfy siblings peer dependencies #4
Comments
Yeah, Webpack 2 is still beta. Your going to need to use npm version 3 to get around these warnings for now. Good luck! |
Cool, good to know npm 3+ will fix the problem. Thanks for the insight! |
You'll see warnings on install, but there should not be errors to prevent you from running the scripts... are you unable to build/test |
@kentcdodds Yes, I am. No webpack module installed. Is it a dependency version conflict? |
Could you try explicitly installing it: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did a fresh clone of the repo and ran
npm install
and and getting peer dependency errors with regard tobabel-loader
,karma-webpack
, andwebpack-dev-server
.Running npm 2.14.20 and node 4.4.0.
The text was updated successfully, but these errors were encountered: