0

I'm new to Typescript. Today I tried to set up a project with Nodejs & typescript. But in my every file I'm getting Cannot find module '' & Cannot find name process errors. I tried everything that I can find but none of them got success. Please help me to remove these errors.

enter image description here

enter image description here enter image description here enter image description here

enter image description here

2

1 Answer 1

0

In your tsconfig, try changing module to ES6 or ES2015

"module": "ES2015"

OR

"module": "ES6"

Also, confirm if npm install was complete. If not, for surely, rerun it again.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.