I suggest two package manager tools for front end web developing.
(1) npm (node package manger)
npm used for install packages like build tools(grunt, gulp and others) and testing tools (karma, jasmine and others).
(2) bower
bower used for install packages like jquery, bootstrap, angularjs and many others.
Wednesday, 25 February 2015
jquery.d.ts and angular.d.ts are not correctly compile in webstorm 9.0.3.
If you reference 1.4.1 version of jquery.d.ts and angular.d.ts in webstorm 9.0.3 then compile errors must occurs because webstorm 9.0.3 not support typescript 1.4.1.
Solve these problems by references 1.3 version of jquery.d.ts and angular.d.ts.
Click on https://github.com/borisyankov/DefinitelyTyped/tree/1.3.0 for getting typescript 1.3 definition files.
Hopefully typescript 1.4.1 support would be add in next release of webstorm.
Webstorm 9.0.3 is not correctly compile typescript definition files.
Webstorm 9.0.3 does not support typescript 1.4.1.
This problem solved by references the typescript 1.3 definition files.
Click this https://github.com/borisyankov/DefinitelyTyped/tree/1.3.0 for getting typescript 1.3 definition files.
Hopefully next version of webstorm will support typescript 1.4.1
This problem solved by references the typescript 1.3 definition files.
Click this https://github.com/borisyankov/DefinitelyTyped/tree/1.3.0 for getting typescript 1.3 definition files.
Hopefully next version of webstorm will support typescript 1.4.1
Subscribe to:
Comments (Atom)