Problem Description
1. Describe what you did
I attempted to install the @divi/field-library package (version 1.0.4) using pnpm.
2. Describe what you expected to happen
The package and its dependencies should install successfully.
3. Describe what actually happened
The installation failed with a ERR_PNPM_NO_MATCHING_VERSION error. The package @divi/field-library@1.0.4 lists a dependency on @types/codemirror@5.65.16. However, version 5.65.16 of @types/codemirror does not exist on the npm registry (the current latest is 5.60.17).
This causes package managers like pnpm to crash during the resolution phase, as they cannot find the specified version.
Detailed Steps To Reproduce
- Create a new project or use an existing one.
- Run the command:
pnpm install -D @divi/field-library (or use npm install).
- Observe the registry error:
No matching version found for @types/codemirror@5.65.16.
Related Links or Information
Screenshots
npm
yarn
pnpm
System Information
- Divi version: 5.0 (Alpha/Developer)
- Operating System: Windows 11
- Package Manager:
pnpm (also impacts npm/yarn)
Due Diligence Checklist
- I searched for similar issues before opening this one
- I used a clear and descriptive title
- I have included a detailed description
- I have included steps to reproduce
- I have included relevant links or information
Problem Description
1. Describe what you did
I attempted to install the
@divi/field-librarypackage (version1.0.4) usingpnpm.2. Describe what you expected to happen
The package and its dependencies should install successfully.
3. Describe what actually happened
The installation failed with a
ERR_PNPM_NO_MATCHING_VERSIONerror. The package@divi/field-library@1.0.4lists a dependency on@types/codemirror@5.65.16. However, version5.65.16of@types/codemirrordoes not exist on the npm registry (the current latest is5.60.17).This causes package managers like pnpm to crash during the resolution phase, as they cannot find the specified version.
Detailed Steps To Reproduce
pnpm install -D @divi/field-library(or usenpm install).No matching version found for @types/codemirror@5.65.16.Related Links or Information
@types/codemirroron npm (shows that5.65.16does not exist).Screenshots
npmyarnpnpmSystem Information
pnpm(also impactsnpm/yarn)Due Diligence Checklist