Home

Issue: 917

This dependency was not found - plugin issue

[issue link]

What is the reason Nuxt can’t see this package in plugin?

import Vue from 'vue'
import VueMdcAdapter from 'vue-mdc-adapter'

Vue.use(VueMdcAdapter)
  plugins: [
    {src: '~plugins/mdc.js', ssr: false}
  ],

What is wrong with it? What do you want from me, Nuxt?

This dependency was not found:

* vue-mdc-adapter in ./plugins/mdc.js

To install it, you can run: npm install --save vue-mdc-adapter

I installed it, you dumbo.

I lost my count how many packages are not working with Nuxt. Probably 90% will never start out of the box.

This question is available on Nuxt.js community (#c783)