-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
failed to start server. error: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: #456
Comments
I solve this problem by upgrade node to v16 |
Node v12.18.3 - same error. |
Are you able to reproduce this on Node.js 12.22.9 and VitePress 0.21.6?
|
I got this same error testing out vitepress today. I am using node 13.1.0. I installed this via npm |
VitePress requires Node 14+. |
@yyx990803 We probably need to change the Lines 45 to 47 in 33a59cd
|
i got this error on node 14.8.0 vitePress 0.22.3 vue 3.2.31 |
Also doesn't work with node 14.7.0 |
Ran into this on node 14.4.0, resolved when updating to node 14.19.1. |
Describe the bug
Hi, when I served the documentation site in the local server with the command 'yarn docs:dev`, a error happened.
Why did this happen? Should I update the node?
Reproduction
I install the vitepress according to this tutorial totally. Until this command:
yarn docs:dev
, the error occurred.Expected behavior
installed succussfully
System Info
The text was updated successfully, but these errors were encountered: