mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

6.11.0 This version has node version compatibility issues(Module parse failed: Unexpected character '#') #181

Closed wangweijia closed 9 months ago

wangweijia commented 9 months ago

in src/matrix.js

20231130-211251

In my old project, the third-party library used version ^6.5.0

it will be upgraded automatically, hope you can withdraw the current version and upgrade to a larger version like (7.0.0)

targos commented 9 months ago

Automatic upgrades are generally a bad practice. See https://github.com/mljs/matrix/issues/180. We are a small team cannot afford to support outdated runtimes and tooling. Node.js versions back to v12 support this syntax and versions 12 and 14 are already end of life. Node.js v10 has been end of life since 2021.