-
Notifications
You must be signed in to change notification settings - Fork 838
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
index.d.ts breaks existing version #857
Comments
Hi @devansvd re-install again so that it installs 0.5.31 - yes, 0.5.29 for TypeScript was broken =( |
Had the same thing going on. Had to remove the ^. Tried forcing 0.5.31 as suggested, but that didn't do it for me. Reverted to 0.5.28 |
@ellenaua it not updating same issue. Will be using without the ^ for now. I created this issue 5 hours back when I was facing, but 0.5.31 is Published already. Still facing issue with the latest version. Reverting back to old version before index.d.ts.
|
I've been trying all sorts of version, I'm on Angular 5 and installed time-zone ERROR in node_modules/@types/node/assert.d.ts(2,68): error TS1144: '{' or ';' expected. |
Try with 0.5.28 remove ^ |
I was getting the same errors for 23, 25, 28, 31, 33, but actually had to install 0.5.29 in order for them to resolve. |
I have
^0.5.14
version since package.json will automatically update to latestpatch versions
. I receivedv0.5.29
during npm install, It has typescript index.d.ts Breaks the existing versions of angular applications. Can this be considered as a feature change and bump the 0.6.x version ?Had to manually remove the
^
before the 0.5.14 to fix the issue.The text was updated successfully, but these errors were encountered: