Vue3/Vite giving error when running in dev env

Hello!
I am trying to make web3auth run on vue3/vite.
I followed instructions here Vite Polyfills Issue | Documentation
but getting this error when doing $ pnpm dev

Could not read from file: .../rollup-plugin-node-polyfills/polyfills/process-es6

Versions:

"@web3auth/modal": "^5.1.1"
"vue": "^3.2.39"
"vite": "^3.1.2"

here is the complete error:

I tried updating rollup-plugin-node-polyfills with no avail - what else can I try?

Thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.