d75cc4c698d341cc48428dd21a4305bd33118e26fb3501c7409501e89fd20f7cbe93b80d40d360392a7b8585ebe923c5bcf427993f29000922a8b6b764d3a4 542 B

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