You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2021. It is now read-only.
The current version of browserify-typescript is using tsify@^0.14.1 which is incompatible with @types from TypeScript 2.0. A fix has been created in tsify@^1.0.1.
By upgrading the package.json with tsify@^1.0.1, TypeScript becomes a devDependency and it is not installed by tsify anymore. TypeScript will have to be installed via npm install typescript --save-dev in your project to use whatever version you want.
The text was updated successfully, but these errors were encountered:
julienevano
added a commit
to julienevano/ionic-gulp-tasks
that referenced
this issue
Jul 18, 2016
The current version of browserify-typescript is using tsify@^0.14.1
which is incompatible with @types from TypeScript 2.0. A fix has been
created in tsify@^1.0.1.
By upgrading the package.json with tsify@^1.0.1, TypeScript becomes a
devDependency and it is not installed by tsify anymore. TypeScript will
have to be installed via npm install typescript --save-dev in your
project to use whatever version you want.
fixionic-team#42
The current version of
browserify-typescript
is usingtsify@^0.14.1
which is incompatible with@types
from TypeScript 2.0. A fix has been created intsify@^1.0.1
.By upgrading the
package.json
withtsify@^1.0.1
, TypeScript becomes a devDependency and it is not installed bytsify
anymore. TypeScript will have to be installed vianpm install typescript --save-dev
in your project to use whatever version you want.The text was updated successfully, but these errors were encountered: