UNPKG

545 BPlain TextView Raw
1ESLint couldn't find the plugin "<%- pluginName %>".
2
3(The package "<%- pluginName %>" was not found when loaded as a Node module from the directory "<%- resolvePluginsRelativeTo %>".)
4
5It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
6
7 npm install <%- pluginName %>@latest --save-dev
8
9The plugin "<%- pluginName %>" was referenced from the config file in "<%- importerName %>".
10
11If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team.