Skip to content

Instantly share code, notes, and snippets.

@vicatcu
Created February 15, 2017 18:31
Show Gist options
  • 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/[email protected]
/home/vic/.nvm/versions/node/v6.9.1/lib
├── @angular/[email protected]
├── UNMET PEER DEPENDENCY [email protected]
└── UNMET PEER DEPENDENCY zone.js@^0.7.2
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed.
npm WARN @angular/[email protected] 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/[email protected]
│ ├── UNMET PEER DEPENDENCY @angular/tsc-wrapped@^0.5.0
│ └── [email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └── [email protected]
└── [email protected]
npm ERR! peer dep missing: @angular/[email protected], required by @angular/[email protected]
npm ERR! peer dep missing: @angular/[email protected], required by @angular/[email protected]
npm ERR! peer dep missing: @angular/tsc-wrapped@^0.5.0, required by @ngtools/[email protected]
npm -g list zone.js
/home/vic/.nvm/versions/node/v6.9.1/lib
├─┬ @angular/[email protected]
│ ├── UNMET PEER DEPENDENCY @angular/tsc-wrapped@^0.5.0
│ └── [email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
├── UNMET PEER DEPENDENCY @angular/[email protected]
└── [email protected]
npm ERR! peer dep missing: @angular/[email protected], required by @angular/[email protected]
npm ERR! peer dep missing: @angular/[email protected], required by @angular/[email protected]
npm ERR! peer dep missing: @angular/tsc-wrapped@^0.5.0, required by @ngtools/[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment