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
On Wallet using vite bundler the current error is:
'execSync' is not exported by __vite-browser-external, imported by ../../node_modules/.pnpm/@fuel-ts+versions@0.24.0/node_modules/@fuel-ts/versions/dist/index.mjs
file: <path>/fuels-wallet/node_modules/.pnpm/@fuel-ts+versions@0.24.0/node_modules/@fuel-ts/versions/dist/index.mjs:1:576
The text was updated successfully, but these errors were encountered:
I focused on the npm libraries and forgot node native modules. Although #650 might seem to solve the problem, it doesn't. Other packages (exported on fuels/index) also import the versions package, which will yield the same problem.
What version of fuels-ts are you using?
0.24.0
Steps to Reproduce
Expected Behavior
Fuels package should be safe for browser us.
Actual Behavior
On Wallet using vite bundler the current error is:
The text was updated successfully, but these errors were encountered: