ERR_PNPM_WORKSPACE_PKG_NOT_FOUND 错误表明在使用 pnpm 进行依赖安装或管理时,无法在 workspace(工作区)中找到指定的包(package)。这通常发生在配置了 monorepo(单一仓库多包管理)的项目中。 2. 常见原因 包名或路径错误:在 package.json 或其他配置文件中,引用的包名或路径与实际存在于 workspace 中的包不匹配...
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In : "@vben/eslint-config@workspace:*" is in the dependencies but no package named "@vben/eslint-config" is present in the workspace This error happened while installing a direct dependency of /home/wms-web/projects/ep-wms-web ...
{ "name": "@meta-muse/prisma", "dependencies": { "@prisma/client": "workspace:@meta-muse/prisma@*", } } now@prisma/clientcan be upgrade to5.3.0viapnpm up -iLr But throw an error. ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In apps/core: "@prisma/client@workspace:*" is in the de...
When set, all the output is written to stderr [#3463](https://github.com/pnpm/pnpm/pull/3463). 162 - pnpm now reads the value of the `NPM_CONFIG_WORKSPACE_DIR` env variable to find the directory that contains the workspace manifest file. By default pnpm will look in all parent ...
I was able to reproduce the same ENOENT not found: yarn issue @ankon experienced when running pnpm v6.32.3. ankon commented Mar 10, 2022 I think the ENOENT re yarn is a different problem though than what this issue is about. Do you also see the ERR_PNPM_PREPARE_PKG_FAILURE undefi...
/pnpm-workspace-alias/a: ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In a: "c@workspace:*" is in the dependencies but no package named "c" is present in the workspace This error happened while installing a direct dependency of /pnpm-workspace-alias/a ...
pnpm version: 6.32 Code to reproduce the issue: pnpm workspace will be affected by package-lock.json ERR_PNPM_UNEXPECTED_PKG_CONTENT_IN_STORE the lockfile is broken! a full installation will be performed in an attempt to fix it Expected ...
workspace:false, },['@pnpm/exe']) }catch(_err:any){// eslint-disable-line err=_err } expect(err.code).toBe('ERR_PNPM_GLOBAL_PNPM_INSTALL') }) 6 changes: 0 additions & 6 deletions6pnpm-lock.yaml Load diff Some generated files are not rendered by default. Learn more abouthow cust...
pnpm version: 7.9.5 Code to reproduce the issue: pnpm install Expected behavior: installation proceeds as normal Actual behavior: ERR_PNPM_UNSUPPORTED_ENGINE Unsupported environment (bad pnpm and/or Node.js version) Additional informatio...
ERR_PNPM_LINKED_PKG_DIR_NOT_FOUND Could not install from "C:/git/myproject2/external-libs/enhanced-resolve" as it does not exist. After going through the pnpm source code, I noticed it has a metadata cache in %LocalAppData%\pnpm-cache. Searching through this directory, sure enough,...