Skip to content
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

"Missing "./server-renderer" specifier in "vue" package" error on Nuxt 3 build #97

Open
vlad-maleev opened this issue Mar 3, 2023 · 2 comments

Comments

@vlad-maleev
Copy link

I use this package on Nuxt 3 app. It worked until 3.2 version released. Now on build it gives this error:
"Missing "./server-renderer" specifier in "vue" package"

Is this possible to be resolved or should I consider some other package for custom scrollbar?

Here is the reproduction

`[commonjs--resolver] Missing "./server-renderer" specifier in "vue" package

ERROR Missing "./server-renderer" specifier in "vue" package 18:42:19

at e (node_modules/vite/dist/node/chunks/dep-9912c491.js:14845:25)
at n (node_modules/vite/dist/node/chunks/dep-9912c491.js:14845:627)
at o (node_modules/vite/dist/node/chunks/dep-9912c491.js:14845:1276)
at resolveExports (node_modules/vite/dist/node/chunks/dep-9912c491.js:22032:20)
at resolveDeepImport (node_modules/vite/dist/node/chunks/dep-9912c491.js:22051:31)
at tryNodeResolve (node_modules/vite/dist/node/chunks/dep-9912c491.js:21736:20)
at Object.resolveId (node_modules/vite/dist/node/chunks/dep-9912c491.js:21487:28)
at Object.handler (node_modules/vite/dist/node/chunks/dep-9912c491.js:44849:19)
at node_modules/rollup/dist/es/shared/rollup.js:24011:40
at async PluginDriver.hookFirstAndGetPlugin (node_modules/rollup/dist/es/shared/rollup.js:23911:28)
at async resolveId (node_modules/rollup/dist/es/shared/rollup.js:22855:26)
at async ModuleLoader.resolveId (node_modules/rollup/dist/es/shared/rollup.js:23119:15)
at async Object.resolveId (node_modules/vite/dist/node/chunks/dep-9912c491.js:7972:10)
at async PluginDriver.hookFirstAndGetPlugin (node_modules/rollup/dist/es/shared/rollup.js:23911:28)
at async resolveId (node_modules/rollup/dist/es/shared/rollup.js:22855:26)
at async ModuleLoader.resolveId (node_modules/rollup/dist/es/shared/rollup.js:23119:15)
at async node_modules/rollup/dist/es/shared/rollup.js:23407:50`

@alfathony
Copy link

i have same issue

@wladyslaw-malejew
Copy link

@alfathony did you find some workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants