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
I don't use Windows so I don't know what the problem is 🤔
The require function should be resolved in the vite plugin we make, so the problem may be here.
It looks like Vite is not processing the library files because the libRoot variable has Windows file separators in them, but Vite passes file paths to plugins with linux file separators.
Because: libRoot is "C:/Users/.../Projects/eslint-plugin-vue/lib"
but Vite passes this path as the id parameter: "C:\Users\...\Projects\eslint-plugin-vue\lib"
Uh oh!
There was an error while loading. Please reload this page.
I've tried to contribute to the documentation, but when I run
npm run docs:watch
, I only get a blank page with the following error:What I did:
npm install
npm run docs:watch
I've also tried to build the library with
npm run tsc
, but got the following error:I'm on:
The text was updated successfully, but these errors were encountered: