将 nx 更新到 9.2.4 失败:不兼容的 prettier
updating nx to 9.2.4 fails: incompatible prettier
Package "@nrwl/workspace" has an incompatible peer dependency to "prettier" (requires "^1.19.1", would install "2.0.4")
× Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
如何解决这个问题?
npm run update --force
无效
我们可以 运行 ng 更新:
ng update @nrwl/workspace --force
Package "@nrwl/workspace" has an incompatible peer dependency to "prettier" (requires "^1.19.1", would install "2.0.4")
× Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
如何解决这个问题?
npm run update --force
无效
我们可以 运行 ng 更新:
ng update @nrwl/workspace --force