启动后为 Angular 6 项目获取“错误 TS1005,TS1109”
Posted
技术标签:
【中文标题】启动后为 Angular 6 项目获取“错误 TS1005,TS1109”【英文标题】:Getting “error TS1005, TS1109” for Angular 6 project after start 【发布时间】:2019-07-24 10:29:27 【问题描述】:我在启动 Angular 6 应用程序时遇到了这个问题。有没有人解决这个问题?
ERROR in node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected.
node_modules/rxjs/internal/types.d.ts(81,74): error TS1005: ';' expected.
node_modules/rxjs/internal/types.d.ts(81,77): error TS1109: Expression expected.
尝试了很多来解决这个问题。也尝试安装不同版本的 Node/RxJS。然而没有运气。
Error - Image
Tech Stack - Image
【问题讨论】:
很可能与此***.com/questions/54529027/…相关 查看你安装的 RxJS 版本 你好马丁,我已经试过了。然而没有运气。 :/ 还有其他解决方案吗? 并非如此。看起来就像这里描述的一样 ***.com/questions/54529027/… 所以我没有更好的主意 【参考方案1】:我遇到了同样的问题,安装这个解决了错误
npm install rxjs@6.0.0 --save
【讨论】:
【参考方案2】:我遇到了同样的问题,我更改了下一个依赖项
"rxjs": "^6.0.0" ===> "rxjs": "6.0.0"
我只删除了 ^ 符号并删除了 node_modules 文件夹并像上一步一样运行“npm i”,它对我有用。我希望它对你有用。
【讨论】:
以上是关于启动后为 Angular 6 项目获取“错误 TS1005,TS1109”的主要内容,如果未能解决你的问题,请参考以下文章
Angular4 - npm jQuery 错误 TS1005: ',' 预期
尝试配置一个新的 webpack + angular2 项目,我收到错误 TS2384: Overload signatures must all beambient or non-ambient
TypeScript 2.6.1错误TS2554:预期2-3个参数,但得到1