monorepo使用指北
| WARN `node_modules` is present. Lockfile only installation will make it out-of-date ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@common%2Fcommon: Not Found - 404 This error happened while installing a direct dependency of G:\monorepo\vue3 @common/common is not in the npm registry, or you have no permission to fetch it. An authorization header was used: Bearer npm_[hidden] Progress: resolved 5, reused 0, downloaded 0, added
这是在执行pnpm add @common/web --filter @vue3/vue3的时候报的一个错误,如何修正呢
添加参数
pnpm add @common/web --workspace --filter @vue3/vue3