Skip to content

Impossible typescript Peer Dependencies #1681

Closed
@robodair

Description

@robodair
  1. OS?
    Mac OSX El Capitan 10.11.6
  2. Versions.
    angular-cli: 1.0.0-beta.11-webpack.2
    node: 6.3.1
    os: darwin x64
  3. 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
  4. The log given by the failure. Normally this include a stack trace and some
    more information.
    screen shot 2016-08-14 at 01 43 54
  5. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    P5The team acknowledges the request but does not plan to address it, it remains open for discussiontype: bug/fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions