Closed
Description
- OS?
Mac OSX El Capitan 10.11.6 - Versions.
angular-cli: 1.0.0-beta.11-webpack.2
node: 6.3.1
os: darwin x64 - Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Fresh installation of angular-cli@webpack - The log given by the failure. Normally this include a stack trace and some
more information.
- Mention any other details that might be useful.
Currently is is impossible to install a version of typescript that pleases all dependencies of the cli. As you can see in the image above, tslint requires >=1.7.3 and @angular/tsc-wrapped requires ^1.9.0-dev (the -dev) preventing it from being a compatible version.
I'm assuming that this will be fixed when typescript 1.9.0 is released fully or updated to 2.0.0 but it's making for a very annoying reminder error. Is one peer dependency required more than another or not required at all?