-
Notifications
You must be signed in to change notification settings - Fork 85
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
No longer able to build site #153
Comments
Use
Sorry, I'm using this repo to find and fix bugs in Deno's upcoming 2.0 version. |
Seems to break on denoland/deno@e3b2ee1 |
Fix at denoland/deno#24193 Will be able to close this with the Deno release tonight. |
This is passing again now: https://github.com/dsherret/ts-ast-viewer/actions/runs/9495212391 |
I had ideas I wanted to play with based off this viewer, but it looks like something doesn't work quite right anymore, this is with a fresh install, I gave Node 22 a try too, with the same issue
deno task test
does run successfully (with lots of noise about "sloppy imports"), which implies I didn't set up deno incorrectly somehow...I also tried following the steps laid out in ci.yml, with similar problems.... not really sure where to go from here. I miss the simple
npm install && npm run build
I used to be able to do.The text was updated successfully, but these errors were encountered: