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
and then ,i apply these packages and run , then the renderer console tell me
Uncaught Error: Dynamic require of "crypto" is not supported
Uncaught Error: Dynamic require of "crypto" is not supported
at chunk-35XAPQLS.js?v=e1dee1fd:10:9
at node_modules/.vite-electron-renderer/crypto.mjs (chunk-IKTF4L45.js?v=e1dee1fd:88:11)
at __init (chunk-35XAPQLS.js?v=e1dee1fd:13:56)
at node_modules/ethereumjs-wallet/dist.browser/index.js (ethereumjs-wallet.js?v=e1dee1fd:2957:33)
at __require2 (chunk-35XAPQLS.js?v=e1dee1fd:16:50)
at ethereumjs-wallet.js?v=e1dee1fd:3348:16
can anyone help me?
The text was updated successfully, but these errors were encountered:
Describe the problem you confuse
hi , after i installed web3 tools, just like
"ethereumjs-util": "^7.1.5",
"ethereumjs-wallet": "^1.0.2",
"web3": "^1.8.0",
"bip39": "^3.0.4",
"crypto-js": "^4.1.1"
and then ,i apply these packages and run , then the renderer console tell me
Uncaught Error: Dynamic require of "crypto" is not supported
at chunk-35XAPQLS.js?v=e1dee1fd:10:9
at node_modules/.vite-electron-renderer/crypto.mjs (chunk-IKTF4L45.js?v=e1dee1fd:88:11)
at __init (chunk-35XAPQLS.js?v=e1dee1fd:13:56)
at node_modules/ethereumjs-wallet/dist.browser/index.js (ethereumjs-wallet.js?v=e1dee1fd:2957:33)
at __require2 (chunk-35XAPQLS.js?v=e1dee1fd:16:50)
at ethereumjs-wallet.js?v=e1dee1fd:3348:16
can anyone help me?
The text was updated successfully, but these errors were encountered: