Static GitHub Issues

[1744] Cryptic error message when nuxt.config.js is referencing a non-existent plugin

prev: Application does not load in SPA mode?
next: When `generate` links to `static` folder is broken

Got this error and took me some time to figure out that a plugin file was missing in my plugins directory :D A message like "file ~/plugins/hydrate-layout-data has not been found" may be more helpful

This dependency was not found:

* plugin3 in ./.nuxt/index.js

To install it, you can run: npm install --save plugin3
<!--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/c1567">#c1567</a>)</em></sub></div>