We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Good afternoon! Thanks for the module
nuxt generate does not create a folder .nuxt therefore, an error occurs when assembly
nuxt generate
ERROR in ./node_modules/.cache/nuxt/plugin.modules.js Module not found: Error: Can't resolve '~/.nuxt/extends.modules' in '/Users/user/Sites/nuxt/issue/vuems-issue/node_modules/.cache/nuxt' @ ./node_modules/.cache/nuxt/plugin.modules.js 20:0-53 24:39-53 27:16-30 @ ./node_modules/.cache/nuxt/index.js @ ./node_modules/.cache/nuxt/client.js @ multi ./node_modules/@nuxt/components/lib/installComponents.js ./node_modules/.cache/nuxt/client.js ERROR in ./router.js Module not found: Error: Can't resolve '~/.nuxt/routerHelper.modules' in '/Users/user/Sites/nuxt/issue/vuems-issue' @ ./router.js 3:0-76 9:12-24 10:20-34 @ ./node_modules/.cache/nuxt/router.js @ ./node_modules/.cache/nuxt/index.js @ ./node_modules/.cache/nuxt/client.js @ multi ./node_modules/@nuxt/components/lib/installComponents.js ./node_modules/.cache/nuxt/client.js
nuxt build && nuxt generate is working
nuxt build && nuxt generate
Repo: https://github.com/gldkru/vuems-issue
The text was updated successfully, but these errors were encountered:
Thanks for reporting :)
With the current version of the package I didn't focus on the nuxt generate command.
I will try to look into it and add support for it.
Sorry, something went wrong.
Is there a fix coming soon? @gldkru Did you find a workaround?
bleto
No branches or pull requests
Good afternoon! Thanks for the module
nuxt generate
does not create a folder .nuxt therefore, an error occurs when assemblynuxt build && nuxt generate
is workingRepo:
https://github.com/gldkru/vuems-issue
The text was updated successfully, but these errors were encountered: