0

In my package-lock.json of my project, I have Typescript "typescript": "3.5.3", I want to update 4.0.2

How to do this with npm?

1 Answer 1

2

Edit your package.json file so that the line starting with "typescript" says "typescript": "^4.0.2"

Then run npm install

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.