-
I am trying to get my local dev environment for vitepress. I followed the contributing guide This all works
but if I try to build the docs, it fails. Any idea what I should change... I am using Node 18 from Ubuntu... so maybe I should use a newer NodeJS version.
I get this error
I tried to install and I ended up with
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hmm, which pnpm version are you using? Run The second error is because minimatch only supports Node 20+. Node 18 is EOL. |
Beta Was this translation helpful? Give feedback.
-
Yes. All good with newest Sorry about that. I was expecing to see an explicit message that the current version of nodejs is not supported. But that's ok... these are dev tools, and a dev should know better :p
|
Beta Was this translation helpful? Give feedback.
Hmm, which pnpm version are you using? Run
corepack enable
it should pick it up. Not sure why fs-extra wasn't installed.The second error is because minimatch only supports Node 20+. Node 18 is EOL.