smartdevicelink / sdl_javascript_suite

SmartDeviceLink library for applications developed in JavaScript
BSD 3-Clause "New" or "Revised" License
15 stars 13 forks source link

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

Closed crokita closed 1 year ago

crokita commented 1 year ago

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

theresalech commented 1 year ago

Closed via #557