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.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c783">#c783</a>)</em></sub></div>