我正在做一个NestJS项目。
到现在我都用过npm
。现在我想通过零安装P'n'P迁移到Yarn 2。
但是,按照迁移说明进行操作后,出现此错误:
~/IdeaProjects/service on feature/yarn-migration ⇡3 ❯ yarn explain peer-requirements p0b548 at 17:36:06
➤ YN0000: service@workspace:. doesn't provide webpack, breaking the following requirements:
➤ YN0000: ts-loader@npm:8.0.14 [0b662] → * ✘
我该如何解决这个问题?