NREL / OpenStudio-PAT

The Parametric Analysis Tool (PAT) is part of the OpenStudio collection of software tools.
https://www.openstudio.net/
Other
26 stars 12 forks source link

Remove karma packages #217

Closed bstein closed 2 years ago

bstein commented 2 years ago

Required for Node v18 (https://github.com/NREL/OpenStudio-PAT/issues/197)

karma@0.13.22 does not support Node v18. The following warning is printed to the console: npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE   package: 'karma@0.13.22', npm WARN EBADENGINE   required: { node: '0.10 || 0.12 || 4 || 5' }, npm WARN EBADENGINE   current: { node: 'v18.7.0', npm: '8.15.0' } npm WARN EBADENGINE }

There are newer versions of karma available that work with Node v18, but since karma is not being used in this project, it should be removed along with its related packages: