Skip to content

Instantly share code, notes, and snippets.

@dancancro
Created January 16, 2017 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancancro/39aa18768b17c0fb0d409889aae8c149 to your computer and use it in GitHub Desktop.
Save dancancro/39aa18768b17c0fb0d409889aae8c149 to your computer and use it in GitHub Desktop.
NPM install error messages
// ♥ npm install
great-big-angular2-example@0.0.0 /Users/Dan/work/bernierebuttals/gba
├── UNMET PEER DEPENDENCY @angular/common@2.4.3
├── @angular/compiler@2.4.3
├── UNMET PEER DEPENDENCY @angular/core@2.4.3
├── UNMET PEER DEPENDENCY @angular/platform-browser@2.4.3
├── UNMET PEER DEPENDENCY rxjs@5.0.0-beta.12
├── UNMET PEER DEPENDENCY webpack@2.1.0-beta.22
└── UNMET PEER DEPENDENCY zone.js@0.6.26
npm WARN @angular/compiler-cli@2.1.2 requires a peer of @angular/compiler@2.1.2 but none was installed.
npm WARN @angular/compiler-cli@2.1.2 requires a peer of @angular/core@2.1.2 but none was installed.
npm WARN @angular/core@2.4.3 requires a peer of rxjs@^5.0.1 but none was installed.
npm WARN @angular/core@2.4.3 requires a peer of zone.js@^0.7.2 but none was installed.
npm WARN @angular/http@2.4.3 requires a peer of rxjs@^5.0.1 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/core@2.1.2 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/common@2.1.2 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/compiler@2.1.2 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/platform-browser@2.1.2 but none was installed.
npm WARN @angular/router@3.2.4 requires a peer of @angular/core@2.2.4 but none was installed.
npm WARN @angular/router@3.2.4 requires a peer of @angular/common@2.2.4 but none was installed.
npm WARN @angular/router@3.2.4 requires a peer of @angular/platform-browser@2.2.4 but none was installed.
npm WARN webpack-dev-server@2.1.0-beta.12 requires a peer of webpack@^2.1.0-beta.26 but none was installed.
[23:52:27] (master) gba
// ♥ npm install
npm WARN @angular/compiler-cli@2.1.2 requires a peer of @angular/compiler@2.1.2 but none was installed.
npm WARN @angular/compiler-cli@2.1.2 requires a peer of @angular/core@2.1.2 but none was installed.
npm WARN @angular/core@2.4.3 requires a peer of rxjs@^5.0.1 but none was installed.
npm WARN @angular/core@2.4.3 requires a peer of zone.js@^0.7.2 but none was installed.
npm WARN @angular/http@2.4.3 requires a peer of rxjs@^5.0.1 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/core@2.1.2 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/common@2.1.2 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/compiler@2.1.2 but none was installed.
npm WARN @angular/platform-server@2.1.2 requires a peer of @angular/platform-browser@2.1.2 but none was installed.
npm WARN @angular/router@3.2.4 requires a peer of @angular/core@2.2.4 but none was installed.
npm WARN @angular/router@3.2.4 requires a peer of @angular/common@2.2.4 but none was installed.
npm WARN @angular/router@3.2.4 requires a peer of @angular/platform-browser@2.2.4 but none was installed.
npm WARN webpack-dev-server@2.1.0-beta.12 requires a peer of webpack@^2.1.0-beta.26 but none was installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment