Skip to content

Combability with node 16 #7738

Closed
Closed
@hellow554

Description

@hellow554

The doc states that parse should be compatible with node.js 16:

Version Latest Version End-of-Life Compatible
Node.js 12 12.22.7 April 2022 ✅ Yes
Node.js 14 14.18.1 April 2023 ✅ Yes
Node.js 16 16.13.0 April 2024 ✅ Yes
Node.js 17 17.x June 2022 ❌ Not tested

the source code however says otherwise:

"node": ">=12.20.0 <16"

which results in:

# yarn global add parse-server@5.0.0-alpha.12
error parse-server@5.0.0-alpha.12: The engine "node" is incompatible with this module. Expected version ">=12.20.0 <16". Got "16.13.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/global for documentation about this command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions