Building the library fails on Node version 16.17 and higher major versions
Closed this issue · 1 comments
crokita commented
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
- Install Node version 16.17+ or 18.5+
- Delete the node_modules directory if it exists
- Run
npm install
and thennpm 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
Closed via #557