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
I try to use the latest version (1.15.4) in a next.js project but if I try to create a build then I get this error:
./node_modules/@hpcc-js/wasm/dist/index.js
Module not found: Can't resolve 'fs/promises' in 'node_modules/@hpcc-js/wasm/dist'
Using the workaround from vercel/next.js#7755 doesn't work because, even if it compiles then, the browser tries to use the fs package which doesn't exist obviously.
I don't know which version introduced this bug because I upgraded from 1.12.8