Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails because webpack is missing #15

Closed
sprinkles opened this issue Sep 23, 2014 · 1 comment
Closed

npm install fails because webpack is missing #15

sprinkles opened this issue Sep 23, 2014 · 1 comment

Comments

@sprinkles
Copy link

On a new machine, with a new installation of node, npm install fails with this error:

npm ERR! Darwin 13.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.32
npm ERR! npm  v2.0.0
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package webpack does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer karma-webpack@1.2.2 wants webpack@^1.2.0-beta5
npm ERR! peerinvalid Peer webpack-dev-server@1.6.5 wants webpack@^1.3.0

After running npm install webpack, npm install works fine.

@koistya
Copy link
Member

koistya commented Sep 23, 2014

Thanks, I will downgrade webpack from 1.4.1-beta1 to 1.3.7 to make it compatible with karma-webpack's and webpack-dev-server's peer dependencies.

vishwanatharondekar added a commit to vishwanatharondekar/react-starter-kit that referenced this issue Oct 16, 2015
langpavel pushed a commit that referenced this issue May 27, 2019
* update apollo packages

* bye apollo-link-state

* fix: jest error by updating jest

* mod: Make `yarn codegen` always executable

* mod: Take care non-js import in flowconfig

* suppress 'sequelize deprecated String based operators' error

* suppress 'Please use `require("history").PathUtils' error

* refac: make all components functional

* Flow to Typescript  (#13)

* get available port on codegen (#14)

* improve tyeps (#15)

* refactor typings

* remove unnecessary babel plugin

* Type models

* pass `eslint --ext .ts --ext .tsx`

* mod: clear old type defs before codegen

improve eslint defs

* ignore Node12 build

* Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151

* Fix Node 12 build failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants