Closed timofeysie closed 7 years ago
You need to update your package file with those dependencies.
The logger depends on Angular 2 and Angular 2 depends on those unmet dependencies, make sure you have specified them all in your project's package.json or install them manually:
npm install --save @angular/compiler
npm install --save @angular/core
etc...
I'm guessing this was solved since there was no more responses so I'm closing it.
Hi, When I try to install this package, I get multiple unmet perr dependencies:
As you can see, it's for an Ionic project. Also, I'm on macOS Sierra: 10.12.1.
Thanks for any help.