github-pages-deploy-action/node_modules/eslint/messages/plugin-missing.txt

12 lines
545 B
Plaintext
Raw Normal View History

2020-03-31 20:40:00 +08:00
ESLint couldn't find the plugin "<%- pluginName %>".
2020-03-07 11:45:40 +08:00
2020-03-31 20:40:00 +08:00
(The package "<%- pluginName %>" was not found when loaded as a Node module from the directory "<%- resolvePluginsRelativeTo %>".)
2020-03-07 11:45:40 +08:00
2020-03-31 20:40:00 +08:00
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
2020-03-07 11:45:40 +08:00
2020-03-31 20:40:00 +08:00
npm install <%- pluginName %>@latest --save-dev
2020-03-07 11:45:40 +08:00
2020-03-31 20:40:00 +08:00
The plugin "<%- pluginName %>" was referenced from the config file in "<%- importerName %>".
2020-03-07 11:45:40 +08:00
If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team.