Unable to run yarn dev or yarn build on Windows 11 #7276
Unanswered
craph
asked this question in
Error / Bug Report
Replies: 1 comment
-
Setting methods like NODE_OPTIONS=--openssl-legacy-provider are not directly supported on Windows. follow this
Once you've completed all step you can run yarn dev . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to build Wiki.js locally on my machine without Docker. And I am unable to run yarn dev or yarn build on my machine.
I have this error :
If I modify the package.json to add set before NODE_OPTIONS I have this
But nothing more...
What am I doing wrong ?
Thank you very much.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions