-
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
node compat: cannot start docusaurus #23183
Comments
I ran into this issue too. Whether Docusaurus works or not, this is the problem to highlight:
It's not possible to pass deno flags like |
@littledivy does #23202 fix this issue too? |
Yes but the --unstable-fs is still required. It can be fixed by adding this to // deno.jsonc
{
unstable: ["fs"]
} |
Implement contextified objects in `node:vm` Fixes denoland#23186 Fixes denoland#22395 Fixes denoland#20607 Fixes denoland#18299 Fixes denoland#19395 Fixes denoland#18315 Fixes denoland#18319 Fixes denoland#23183
Version: Deno 1.42.0
I'm attempting to run Docusaurus locally, replacing
npm start
withdeno task start
. I get the following error message:I am unable to specify the
--unstable-fs
flag in the deno command at any position which makes it take affect.Related: #19395
The text was updated successfully, but these errors were encountered: