Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update typescript #94

Open
cdeil opened this issue Sep 15, 2017 · 0 comments
Open

Update typescript #94

cdeil opened this issue Sep 15, 2017 · 0 comments
Assignees
Milestone

Comments

@cdeil
Copy link
Contributor

cdeil commented Sep 15, 2017

I'm deploying a new version just now.

One error I'm getting is this:

$ ng build --target=production --aot=false --base-href ./

@angular/[email protected] requires typescript@'>=2.1.0 <2.4.0' but 2.5.2 was found instead.
Using this version can result in undefined behaviour and difficult to debug problems.

Please run the following command to install a compatible version of TypeScript.

    npm install typescript@'>=2.1.0 <2.4.0'

To disable this warning run "ng set --global warnings.typescriptMismatch=false".

@vorugantia - Can you please try to upgrade (maybe in the same PR where you add the package-lock.json? Maybe it would be useful to add this production build command on travis-ci at the end?

@cdeil cdeil added this to the Version 0.2 milestone Sep 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants