Daniel Gato
02/11/2022, 1:27 PMOops! Something went wrong! :(
ESLint: 8.7.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/daniel/Github/arify-serverless".)
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 ".eslintrc.json » eslint-config-serverless-stack".
If you still can't figure out the problem, please stop by <https://eslint.org/chat/help> to chat with the team.
Is that something I’m missing?Frank
Frank
@typescript-eslint/eslint-plugin
is a dependency of @serverless-stack/cli
, so u should have it in ur node_modulesFrank
node_modules
and the lock file and npm install again?Daniel Gato
02/16/2022, 9:35 AMDaniel Gato
02/16/2022, 9:35 AM@typescript-eslint/experimental-utils
Frank
@typescript-eslint/eslint-plugin
even after u wiped out ur node_modules
and reinstalled the dependencies?Frank
Daniel Gato
02/18/2022, 8:04 AMDaniel Gato
02/18/2022, 8:04 AMDaniel Gato
02/18/2022, 4:53 PM=============
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.5.0
YOUR TYPESCRIPT VERSION: 4.5.5
Please only submit bug reports when using the officially supported version.
=============
Frank
Daniel Gato
02/18/2022, 5:20 PMDaniel Gato
02/18/2022, 5:20 PMDaniel Gato
02/18/2022, 5:20 PMFrank
Frank
@typescript-eslint/typescript-estree
an SST dependency?