We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #15427
I get the following error when running deno run -A --unstable npm:vite and after installing npm deps.
deno run -A --unstable npm:vite
error: Uncaught (in promise) TypeError: Loading unprepared module: https://deno.land/[email protected]/node/module.ts
environment: Tried with node 16 and 18
System: OS: macOS 12.4 CPU: (10) arm64 Apple M1 Max Memory: 97.30 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 18.9.0 - /usr/local/bin/node Yarn: 1.22.17 - /usr/local/bin/yarn npm: 8.19.1 - /usr/local/bin/npm Browsers: Chrome: 105.0.5195.102 Chrome Canary: 107.0.5295.0 Safari: 15.5
The text was updated successfully, but these errors were encountered:
@dsherret this seems like a regression in v1.25.2. I'm unsure where node/module.ts is getting pulled.
node/module.ts
Seems I broke it in one of other fixes :(
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Related to #15427
I get the following error when running
deno run -A --unstable npm:vite
and after installing npm deps.environment: Tried with node 16 and 18
The text was updated successfully, but these errors were encountered: