mljs / matrix

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

Module parse failed: Unexpected character '#' #183

Closed alwaysvailw closed 9 months ago

alwaysvailw commented 9 months ago

When I reinstall the latest dependency and run the project, the following error occurs:

16:44:09 ERROR in ./node_modules/ml-matrix/src/symmetricMatrix.js 8:2 16:44:09 Module parse failed: Unexpected character '#' (8:2) 16:44:09 You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders 16:44:09 | export class SymmetricMatrix extends AbstractMatrix { 16:44:09 | /* @type {Matrix} / 16:44:09 > #matrix; 16:44:09 | 16:44:09 | get size() {

targos commented 9 months ago

See https://github.com/mljs/matrix/issues/180