Try npm install -g typescript@latest
. You can also use npm update
instead of install, without the latest modifier.
↧
Answer by eavidan for How to update TypeScript to latest version with npm?
↧
Try npm install -g typescript@latest
. You can also use npm update
instead of install, without the latest modifier.