]> git.proxmox.com Git - pve-eslint.git/blob - eslint/messages/plugin-missing.txt
buildsys: change upload dist to bullseye
[pve-eslint.git] / eslint / messages / plugin-missing.txt
1 ESLint 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
5 It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
6
7 npm install <%- pluginName %>@latest --save-dev
8
9 The plugin "<%- pluginName %>" was referenced from the config file in "<%- importerName %>".
10
11 If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.