Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将我的打字稿版本从 2.0.1 升级到 2.4.1 时,我面临以下问题......
如果你想使用最新版本的 TypeScript,你也应该使用最新版本的rxjs(和 angular)。新版本的 TypeScript 在 rxjs 的类型中发现了一个“错误”。在你的包 json 中设置"rxjs": "5.4.2"并更新,你就可以开始了。
rxjs
"rxjs": "5.4.2"
使用检查任何其他过时的依赖项
npm outdated
还要确保在进行任何重大更新之前删除您的整个node_modules文件夹和您的package-lock.json
node_modules
package-lock.json