deno run -A npm:web-test-runner #30553
-
|
Hello, I'm trying to use I'm also having problems where it looks like other packages are pulling in an older version of tsc from typescript breaking some of my higher level packages. Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Yeah, I'm using |
Beta Was this translation helpful? Give feedback.
-
|
I received an answer in the issues section when I made a bug. In this case, you should run |
Beta Was this translation helpful? Give feedback.
-
|
Some unfortunate news is when switching to this, esbuild is now failing in my ubuntu ci. Using resolve on esbuild before running it seemed to help. I might try to do that with task? |
Beta Was this translation helpful? Give feedback.
I received an answer in the issues section when I made a bug. In this case, you should run
deno task --eval web-test-runner. I'm hoping there can be some better documentation on this in the future, but hopefully writing this here will also help other people.