nicolaspanel / numjs

Like NumPy, in JavaScript
MIT License
2.4k stars 184 forks source link

Breaking change with webpack > 5 #133

Open cheikhnadiouf opened 2 years ago

cheikhnadiouf commented 2 years ago

./node_modules/numjs/src/images/data.js:3:11-26 - Error: Module not found: Error: Can't resolve 'path' in 'D:\Users...\node_modules\numjs\src\images'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

None of this both troubleshoots is working with your module. Can you resolve this breaking change please ?

falktan commented 2 months ago

Thanks for the bug report. Could you provide a minimum example how to reproduce the error?