Skip to content

Instantly share code, notes, and snippets.

@vicatcu
Created February 15, 2017 18:31
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 vicatcu/b22b2ea416e50eab6b076523a56d14cd to your computer and use it in GitHub Desktop.
Save vicatcu/b22b2ea416e50eab6b076523a56d14cd to your computer and use it in GitHub Desktop.
npm install -g @angular/core@2.3.1
/home/vic/.nvm/versions/node/v6.9.1/lib
├── @angular/core@2.3.1
├── UNMET PEER DEPENDENCY rxjs@5.0.0-rc.4
└── UNMET PEER DEPENDENCY zone.js@^0.7.2
npm WARN @angular/core@2.3.1 requires a peer of rxjs@5.0.0-rc.4 but none was installed.
npm WARN @angular/core@2.3.1 requires a peer of zone.js@^0.7.2 but none was installed.
npm -g list rxjs
/home/vic/.nvm/versions/node/v6.9.1/lib
├─┬ @angular/cli@1.0.0-beta.31
│ ├── UNMET PEER DEPENDENCY @angular/tsc-wrapped@^0.5.0
│ └── rxjs@5.1.1
├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1
├── UNMET PEER DEPENDENCY @angular/core@2.3.1
├─┬ electron-forge@2.7.5
│ └─┬ spawn-rx@2.0.8
│ └── rxjs@5.0.3
└── rxjs@5.0.0-rc.4
npm ERR! peer dep missing: @angular/compiler@2.4.7, required by @angular/compiler-cli@2.4.7
npm ERR! peer dep missing: @angular/core@2.4.7, required by @angular/compiler-cli@2.4.7
npm ERR! peer dep missing: @angular/tsc-wrapped@^0.5.0, required by @ngtools/webpack@1.2.9
npm -g list zone.js
/home/vic/.nvm/versions/node/v6.9.1/lib
├─┬ @angular/cli@1.0.0-beta.31
│ ├── UNMET PEER DEPENDENCY @angular/tsc-wrapped@^0.5.0
│ └── zone.js@0.7.7
├── UNMET PEER DEPENDENCY @angular/compiler@2.3.1
├── UNMET PEER DEPENDENCY @angular/core@2.3.1
└── zone.js@0.7.2
npm ERR! peer dep missing: @angular/compiler@2.4.7, required by @angular/compiler-cli@2.4.7
npm ERR! peer dep missing: @angular/core@2.4.7, required by @angular/compiler-cli@2.4.7
npm ERR! peer dep missing: @angular/tsc-wrapped@^0.5.0, required by @ngtools/webpack@1.2.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment