Typescript Errors after install

Copper Contributor

Hello,

I cannot practice TypeScript because I get these errors every time when I run a ts file:

 

dbaladi_0-1646112264173.png

I have latest VS Code version. I tried amended the config files. I tried implementing this in various directories. Nothing works.

 

Please help this is extremely frustrating.

2 Replies

@dbaladi 

 

Try running npm install @types/node --save-dev. This worked for me

@ewangclarks appreciate the help. Figured it out. Will close this dialog next time around. Take care friend.