Home

Issue: 1744

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

[issue link]

Got this error and took me some time to figure out that a plugin file was missing in my plugins directory 😄
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
This question is available on Nuxt.js community (#c1567)