gammapy / gamma-sky

Portal to the gamma-ray sky
http://gamma-sky.net/
MIT License
6 stars 3 forks source link

Update typescript #94

Open cdeil opened 6 years ago

cdeil commented 6 years ago

I'm deploying a new version just now.

One error I'm getting is this:

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

@angular/compiler-cli@4.3.6 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?