doug-wade / tybalt

A library for creating web components
MIT License
5 stars 3 forks source link

ESLint couldn't find the plugin "@typescript-eslint/eslint-plugin". #610

Open doug-wade opened 9 months ago

doug-wade commented 9 months ago

Tybalt version: 0.1.8

» yarn lint

Oops! Something went wrong! :(

ESLint: 8.56.0

ESLint couldn't find the plugin "@typescript-eslint/eslint-plugin".

(The package "@typescript-eslint/eslint-plugin" was not found when loaded as a Node module from the directory "/Users/doug/code/odyssey-quests/node_modules/@tybalt/cli/config".)

It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:

    npm install @typescript-eslint/eslint-plugin@latest --save-dev

The plugin "@typescript-eslint/eslint-plugin" was referenced from the config file in "--config » plugin:@tybalt/ts-recommended".

If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.