-
Notifications
You must be signed in to change notification settings - Fork 629
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
compat: tracking issue for Vite #2055
Comments
Tentative implementation of |
Is this issue still relevant since the |
Let's close this as the basic features of vite work now via ref: https://www.youtube.com/watch?v=Zjojo9wdvmY
npm module compatibility issues are still relevant. Please replace |
This issue tracks the issues for executing basic example of vite in compat mode
A typical workflow we try to support is:
yarn create vite cd vite-project yarn yarn dev
With deno compat mode warpper script (the script should be named
node
and in your$PATH
):(
DENO_NODE_COMPAT_URL=...
part is optional)Not implemented: ChildProcess.unref()
used in esbuildNot implemented: ChildProcess.ref()
used in esbuildInternal server error: require$$0$5.URLSearchParams is not a constructor
thrown in dev server runtime feat(node): export URLSearchParams via url module #2056Internal server error: fs__namespace.createReadStream is not a function
thrown in dev server runtime node: add ReadStream and createReadStream #1435The text was updated successfully, but these errors were encountered: