如何查看typescript版本,安装指定typescript版本,卸载typescript

如何查看typescript版本,安装指定typescript版本,卸载typescript,第1张

 

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.6.0

YOUR TYPESCRIPT VERSION: 3.9.10

首先卸载typescript

npm uninstall -g typescript

然后安装指定版本typescript

# npm install -g typescript@3.4.3
npm intsall -g typescript@版本号

查看安装的版本

tsc -v

安装最新版本

npm install -g typescript```

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/939980.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-17
下一篇 2022-05-17

发表评论

登录后才能评论

评论列表(0条)

保存