Skip to content

Conflict between Node.js v16 in .nvmrc and required pnpm@10.12.4 in package.json #3111

Description

@MagicalBridge

In the indexer service, the .nvmrc file specifies Node.js v16 as the version constraint. However, in the package.json file, the packageManager field requires pnpm@10.12.4+sha1.88a0ccfe72d6345dede50dc9d6158400be2420eb.

The problem is that for Node.js v16, the highest supported pnpm version is v8. This creates a compatibility issue between the Node.js version constraint and the required pnpm version.

How should this issue be resolved?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions