gpt4 book ai didi

Angular 6 更新 - 找不到 rxjs-5-to-6-migrate 命令

转载 作者:太空狗 更新时间:2023-10-29 17:02:13 26 4
gpt4 key购买 nike

在升级过程中 update.angular.io :

Remove deprecated RxJS 6 features using rxjs-tslint auto update rules.

For most applications this will mean running the following two commands:

npm install -g rxjs-tslint
rxjs-5-to-6-migrate -p src/tsconfig.app.json

但是当我按照这些步骤运行 rxjs-5-to-6-migrate -p src/tsconfig.app.json 时,我收到了错误:

rxjs-5-to-6-migrate: command not found

是否有任何原因导致此命令不起作用?

最佳答案

我确实让它工作了,我的步骤如下:

  1. 在本地安装 rxjs-tslint - cd YOUR_PROJECT_DIR && npm i rxjs-tslint
  2. 然后从您的项目根目录运行node_modules/.bin/rxjs-5-to-6-migrate -p PATH_TO_YOUR_TSCONFIG.json
  3. 如果你收到类似 rxjs-tslint/node_modules/.bin/tslint: not found 的错误,那么执行 cd node_modules/rxjs-tslint && npm install并重复第 2 步。

关于Angular 6 更新 - 找不到 rxjs-5-to-6-migrate 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50330546/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com