TypeScript error TS1005: ';' expected

  1. 如果你使用的是低版本 的 version (1.0.3.0). tsc --version 你的版本应该设置到 2.5.2
  2. 你在 linux, OSX , 去检查你的 安装目录的所在地 用 : which tsc 并且移除它。

Try uninstalling the "global" typescript:

Installing as part of a local dev dependency of your project

npm install typescript --save-dev

Execute it from the root of your project

./node_modules/.bin/tsc

windows :

Remove C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0 directory. Now

安装最新的版本:

npm install -g typescript 

!!!!重新尝试.

转载于:https://my.oschina.net/u/3520255/blog/3033876

GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐