-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
build broken due to ts upgrade #1259
Comments
false alarm. it was something local to my machine. |
This error also just happens to my local machine after some sync_third_party attempt. How is this resolved? |
@kevinkassimo I think it disappeared after a clean build? |
I'm now experiencing this again on OSX (not Linux) at d0dc4de. |
that error would directly relate to Node.js resolving a version of TypeScript that is prior to 3.2. I don't know if any of the deps being changed messed with the version of TypeScript that are being used/resolved, but it would have something related to that... |
I found that if I revert d0dc4de it works. |
This commit was cauing a still problem described here: denoland#1259 This reverts commit d0dc4de.
I tried it with d0dc4de on my Mac, with the appropriate submodule checkout and didn't have the problem... 🤷♂️ |
CC @ry this issue is stale, can it be closed? |
This commit was cauing a still problem described here: denoland/deno#1259 This reverts commit d0dc4de.
Experienced on 5d161f3
Something related to the recent TS upgrade.
The text was updated successfully, but these errors were encountered: