Skip to content

package.json's engines field having "Node >= 10.0.0" prevents installation with Node 16.9.1 #469

@neozeno

Description

@neozeno

Describe the bug
Unable to install via yarn (1.22.11) having Node 16.9.1

To Reproduce

  1. Install Node 16.9.1
  2. Install Yarn 1.22.11
  3. Attempt to install ness.css via Yarn
  4. See error in console

Expected behavior
Package is installed successfully.

Screenshots
Screen Shot 2021-10-12 at 8 34 49 AM

Environment:

  • OS: macOS
  • Browser: N/A
  • Build environment (i.e. NodeJS): N/A (Not building)

Suggestion(s) for fixing this issue
Either remove the engine field from package.json or update it accordingly.

Additional context
None.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions