I keep getting ```Oops! Something went wrong! :( ...
# help
d
I keep getting
Copy code
Oops! 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?
f
Hi @Daniel Gato, r u getting this after an SST update?
@typescript-eslint/eslint-plugin
is a dependency of
@serverless-stack/cli
, so u should have it in ur node_modules
Can you try wiping out ur
node_modules
and the lock file and npm install again?
d
Hi, no I don’t
I have this one instead:
@typescript-eslint/experimental-utils
f
Oh, do you mean you don’t
@typescript-eslint/eslint-plugin
even after u wiped out ur
node_modules
and reinstalled the dependencies?
^^ cc @thdxr he might be able to spot something
d
Still not
Only thing I get in eslint-plugin
I just realised @Frank, the error I get now is different:
Copy code
=============

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.

=============
f
Does it continue to run after this warning?
d
Yes
Same with the previous error, keeps running
But every time I save my function handler, it gives me the message
f
@thdxr knows this better. He’s afk today, but let me leave him a note here.
Dax, is
@typescript-eslint/typescript-estree
an SST dependency?