Tsc holding old version on VS Code

Even forcing to install the different version (sudo npm i -g typescript@4.6.3), VS Code still is using 2.8.3. I already deleted folder related, restarted my mac but still shows this old version.

And because of that, when I compile I have this error: “error TS2688: Cannot find type definition file for ‘node’.”

Any advice?

Thanks!