I'm trying to import the library, but it gives following error:
data.js:6 Uncaught TypeError: path.resolve is not a function
at ./node_modules/numjs/src/images/data.js (data.js:6:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
at ./node_modules/numjs/src/images/index.js (index.js:12:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
at ./node_modules/numjs/src/index.js (index.js:860:1)
at options.factory (react refresh:6:1)
Is there any way to solve it?
I'm trying to import the library, but it gives following error:
Is there any way to solve it?