You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vue package seems to be using esm imports/exports without having "type": "module" specified in their package.json
Note: I am receiving this error when compiling my vuepress v2 project with vite (not when running the dev server though 🤔)
Editing the package.json inside the node_modules to include the above field, resolves the error.
The text was updated successfully, but these errors were encountered:
The vue package seems to be using esm imports/exports without having
"type": "module"
specified in their package.jsonNote: I am receiving this error when compiling my vuepress v2 project with vite (not when running the dev server though 🤔)
Editing the package.json inside the node_modules to include the above field, resolves the error.
The text was updated successfully, but these errors were encountered: