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'm encountering an issue with the @nuxtjs/color-mode module when running npm run build on my Nuxt project. The build fails with the following error:
[warn] Failed to parse static properties from plugin `node_modules/@nuxtjs/color-mode/dist/runtime/plugin.server`. ENOENT: no such file or directory, open '/opt/buildhome/repo/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.server'
[warn] Failed to parse static properties from plugin `node_modules/@nuxtjs/color-mode/dist/runtime/plugin.client`. ENOENT: no such file or directory, open '/opt/buildhome/repo/node_modules/@nuxtjs/color-mode/dist/runtime/plugin.client'
I'm encountering an issue with the @nuxtjs/color-mode module when running npm run build on my Nuxt project. The build fails with the following error:
I am using
@nuxtjs/color-mode version: ^3.5.1
Package manager: npm
The text was updated successfully, but these errors were encountered: