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

Nuxt plugins in build BUG #763

Open
lightmyfire17 opened this issue Jul 13, 2021 · 2 comments
Open

Nuxt plugins in build BUG #763

lightmyfire17 opened this issue Jul 13, 2021 · 2 comments
Labels
bug 🐞 Something isn't working

Comments

@lightmyfire17
Copy link

Hey there. Was using your nice template for a few years, but now faced the following error with the new template:
image

This error happens only in build version, in dev everything works fine. As I've tested it happens with ANY vue plugin added, not only with that one on the screenshot.

// nuxt.config.js

plugins: [
    "~plugins/vue-notification"
  ],
// vue-notification.js

import Vue from "vue";
import Notifications from "vue-notification";
Vue.use(Notifications);

Just default plugin import, nothing more

@MentalGear
Copy link

Same issue here. Did you find a solution @lightmyfire17 ?
Screenshot 2021-12-04 at 13 02 04

@MentalGear
Copy link

Solved it (in dev):

Solution:

I added 'tabulator-tables' package manually using
yarn add tabulator-tables

as the peer dependency didn't seem to get met.

@michalzaq12 michalzaq12 added the bug 🐞 Something isn't working label Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants