Skip to content

@divi/field-library :: Fix manifest typo for @types/codemirror dependency #325

@G-kodes

Description

@G-kodes

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

  1. Create a new project or use an existing one.
  2. Run the command: pnpm install -D @divi/field-library (or use npm install).
  3. Observe the registry error: No matching version found for @types/codemirror@5.65.16.

Related Links or Information

Screenshots

npm Image
yarn Image
pnpm Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions