Skip to content

Building the library fails on Node version 16.17 and higher major versions #556

@crokita

Description

@crokita

Bug Summary

When doing a fresh install and build of dependencies on newer versions of NodeJS, the install fails due to resolving dependency issues with packages such as eslint.

Reproduction Steps

  1. Install Node version 16.17+ or 18.5+
  2. Delete the node_modules directory if it exists
  3. Run npm install and then npm run build

Expected Behavior:
The dependencies are installed and the node_modules folder created

Observed Behavior:
The installation fails mid-task

Which projects have you seen this bug on?

No response

JavaScript Version(s)

1.7.0

sdl_javascript Version

1.7.0

Testing Environment(s)

Checked on NodeJS versions v16.17.0 and v18.9.0

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions