Failed to resolve entry for package "fs" #413
Unanswered
Barbapapazes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I follow the installation guide but when I start the dev server, I've got this error:
Error
> node_modules/vite/dist/node/chunks/dep-24231913.js:44016:10: error: [plugin: vite:dep-pre-bundle] Failed to resolve entry for package "fs". The package may have incorrect main/module/exports specified in its package.json: Failed to resolve entry for package "fs". The package may have incorrect main/module/exports specified in its package.json. 44016 │ throw new Error(`Failed to resolve entry for package "${id}". ` + ╵ ^ at packageEntryFailure (C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\vite\dist\node\chunks\dep-24231913.js:44016:11) at resolvePackageEntry (C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\vite\dist\node\chunks\dep-24231913.js:44012:9) at tryNodeResolve (C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\vite\dist\node\chunks\dep-24231913.js:43787:11) at Context.resolveId (C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\vite\dist\node\chunks\dep-24231913.js:43647:28) at Object.resolveId (C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\vite\dist\node\chunks\dep-24231913.js:50533:55) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\vite\dist\node\chunks\dep-24231913.js:76400:27 at async C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\vite\dist\node\chunks\dep-24231913.js:71002:34 at async callback (C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\esbuild\lib\main.js:832:28) at async handleRequest (C:\Users\esoub\Projects-Dev\web-courses\start-web\node_modules\esbuild\lib\main.js:664:30)
So, I can't start to play with slidev !
node version: 14.15.5
Beta Was this translation helpful? Give feedback.
All reactions