After setting up a new npm project using npm init, I made sure to have typescript and ts-node globally installed. Additionally, I added @types/node to my devDependencies. However, despite these preparations, I encountered an issue stating "Cannot find name 'process'. Do you need to install type definitions for node? Try npm i --save-dev @types/node
.ts(2580)".
Any insights on what might be causing this problem would be greatly appreciated.