You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我的工程使用ice.js脚手架进行构建,显式引入了@antv/[email protected],它引入了@antv/[email protected]。
之前npm start一直是正常的。从一周左右前开始
在引入了@antv/[email protected]版本号不变的前提下,它引入的ml-matrix版本号从6.10.8变化到6.11.0,导致出现以下报错:
ERROR Failed to compile with 2 errors 上午10:06:53
error in ./node_modules/_ml-matrix@6.11.0@ml-matrix/src/symmetricMatrix.js
Module parse failed: Unexpected character '#' (8:2)
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
| export class SymmetricMatrix extends AbstractMatrix {
| /** @type {Matrix} */
我的工程使用ice.js脚手架进行构建,显式引入了@antv/[email protected],它引入了@antv/[email protected]。
之前npm start一直是正常的。从一周左右前开始
在引入了@antv/[email protected]版本号不变的前提下,它引入的ml-matrix版本号从6.10.8变化到6.11.0,导致出现以下报错:
ERROR Failed to compile with 2 errors 上午10:06:53
error in ./node_modules/_ml-matrix@6.11.0@ml-matrix/src/symmetricMatrix.js
Module parse failed: Unexpected character '#' (8:2)
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
| export class SymmetricMatrix extends AbstractMatrix {
| /** @type {Matrix} */
@ ./node_modules/ml-matrix@6.11.0@ml-matrix/src/index.js 2:0-34 2:0-34
@ ./node_modules/@[email protected]@@antv/layout/es/layout/mds.js
@ ./node_modules/@[email protected]@@antv/layout/es/layout/index.js
@ ./node_modules/@[email protected]@@antv/layout/es/index.js
@ ./node_modules/@[email protected]@@antv/xflow-core/es/command-contributions/graph/graph-layout.js
@ ./node_modules/@[email protected]@@antv/xflow-core/es/command-contributions/graph/index.js
@ ./node_modules/@[email protected]@@antv/xflow-core/es/command-contributions/command-contribution.js
@ ./node_modules/@[email protected]@@antv/xflow-core/es/command-contributions/module.js
@ ./node_modules/@[email protected]@@antv/xflow-core/es/command-contributions/components/index.js
@ ./node_modules/@[email protected]@@antv/xflow-core/es/command-contributions/index.js
@ ./node_modules/@[email protected]@@antv/xflow-core/es/index.js
@ ./node_modules/@[email protected]@@antv/xflow/es/core/index.js
@ ./node_modules/_@[email protected]@@antv/xflow/es/index.js
The text was updated successfully, but these errors were encountered: