| ?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