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 PEER DEPENDENCY webpack@2.1.0-beta.24 #12

Closed
tnsasse opened this issue Sep 22, 2016 · 2 comments
Closed

UNMET PEER DEPENDENCY webpack@2.1.0-beta.24 #12

tnsasse opened this issue Sep 22, 2016 · 2 comments

Comments

@tnsasse
Copy link

tnsasse commented Sep 22, 2016

Issue Overview

On npm install I receive a warning that there is an unmet dependency. Googled around for this, the recommendation was to run npm install webpack@2.1.0-beta.24 --save-devbut this resulted in another very similar error:

- cliui@3.2.0 node_modules/webpack/node_modules/cliui
angular-webpack-starter@2.0.0-alpha.1 /Users/tnsasse/Development/myproject/mp
└── UNMET PEER DEPENDENCY webpack@2.1.0-beta.24

Is this something to worry about? I am not expert enough in npm/angular, to determine if this is really causing issues or not. So if not, please close the issue right away ;-)

Issue Description

 % npm install

> angular-webpack-starter@2.0.0-alpha.1 postinstall /Users/tnsasse/Development/myproject/mp
> typings install


└── (No dependencies)

angular-webpack-starter@2.0.0-alpha.1 /Users/tnsasse/Development/myproject/mp
├─┬ copy-webpack-plugin@3.0.1
│ └── glob@6.0.4 
├─┬ html-webpack-plugin@2.22.0
│ └─┬ html-minifier@2.1.7
│   └─┬ uglify-js@2.6.4
│     └─┬ yargs@3.10.0 
│       ├── camelcase@1.2.1 
│       ├── cliui@2.1.0 
│       └── window-size@0.1.0 
└─┬ **UNMET PEER DEPENDENCY** webpack@2.1.0-beta.24
  └─┬ uglify-js@2.7.3
    └─┬ yargs@3.10.0 
      ├── camelcase@1.2.1 
      ├── cliui@2.1.0 
      └── window-size@0.1.0 

Reproducables

Follow the starter guide. I am not sure if I got the error the first time I ran npm install or on a later run. I am very new to angular/npm, so maybe it's a layer 8 problem.

Information

Operating System OS X
Node version v6.3.1
NPM Version v3.10.7
Environment Browser
@tnsasse
Copy link
Author

tnsasse commented Sep 22, 2016

Potential duplicate for #6

@tnsasse
Copy link
Author

tnsasse commented Sep 22, 2016

Proposed solution in #6 worked for me.

@tnsasse tnsasse closed this as completed Sep 22, 2016
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

1 participant