pnpm 在windows 下报错No projects matched the filters in "D:\BIG_UI\bv-ui"

3,869 阅读1分钟
    1. 问题出现复现No projects matched the filters in
  1. image.png
  2. 解决办法
// 把pnpm run --filter ./packages --parallel build 换成
pnpm run --parallel build --filter ./packages