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
The smoothie.d.ts file is not updated and is giving strange compilation errors on angular2 (module smoothie not found) solvable touching .angular-cli.json file.
The origin of the problem seems to be the d.ts file not being updated and using "declare module "smoothie". The source of the smoothie.d.ts file has an updated version that solves the issue index.d.ts
The text was updated successfully, but these errors were encountered:
Hi,
I suppose there is some synchronization error with the npm module. I have just executed npm install smoothie
And the resulting smoothie.d.ts corresponds to v1.25, while the smoothie.js corresponds to v1.27.
The downloaded smoothie.d.ts starts with the declare module
The smoothie.d.ts file is not updated and is giving strange compilation errors on angular2 (module smoothie not found) solvable touching .angular-cli.json file.
The origin of the problem seems to be the d.ts file not being updated and using "declare module "smoothie". The source of the smoothie.d.ts file has an updated version that solves the issue
index.d.ts
The text was updated successfully, but these errors were encountered: