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

Unmet dependencies .. #22

Closed
durino13 opened this issue Feb 23, 2016 · 3 comments
Closed

Unmet dependencies .. #22

durino13 opened this issue Feb 23, 2016 · 3 comments

Comments

@durino13
Copy link

When I have installed bootstrap-webpack, I got following unmet dependencies:

npm WARN less-loader@2.2.2 requires a peer of less@^2.3.1 but none was installed.
npm WARN bootstrap-webpack@0.0.5 requires a peer of url-loader@>=0.5.5 but none was installed.
npm WARN bootstrap-webpack@0.0.5 requires a peer of file-loader@>=0.8.1 but none was installed.
npm WARN bootstrap-webpack@0.0.5 requires a peer of exports-loader@>=0.6.2 but none was installed.
npm WARN bootstrap-webpack@0.0.5 requires a peer of extract-text-webpack-plugin@>=0.3.8 but none was installed.

Any idea, what can I do with this?

Thx.

@brndusic
Copy link

brndusic commented Mar 9, 2016

Same problem, can anyone help?

@gowravshekar
Copy link
Owner

npm is warning about the unmet dependencies. Install the missing dependencies.

npm install less url-loader file-loader exports-loader extract-text-webpack-plugin

@m0uneer
Copy link

m0uneer commented Oct 5, 2016

Same here. Any thoughts?
user:~/home/user/client$ npm install extract-text-webpack-plugin@2.0.0-beta.4 --save
/home/user/client
└── UNMET PEER DEPENDENCY extract-text-webpack-plugin@2.0.0-beta.4

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
npm WARN bootstrap-webpack@0.0.5 requires a peer of extract-text-webpack-plugin@>=0.3.8 but none was installed.
npm WARN client No repository field.
npm WARN client No license field.
npm ERR! code 1

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

4 participants