当前位置:   article > 正文

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

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

 

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

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

查看安装的版本

tsc -v

安装最新版本

npm install -g typescript```

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/658683
推荐阅读
相关标签
  

闽ICP备14008679号