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
meta-bowen
changed the title
Uncaught ReferenceError: global is not defined at vue-dapp.js:71622
error:Uncaught ReferenceError: global is not defined at vue-dapp.js,just running a simple Hello World example
Dec 7, 2021
Because Vite is only for ES module, it looks a little bit hacky to solve the problem that Vite can't import the built-in node.js package from the third-party modules. Refer to #20
I'm getting this weird error when I try to run an app with vue-dapp installed:
Uncaught ReferenceError: global is not defined at vue-dapp.js:71622
It's just a basic hello world project at this point.
main.js:
App.vue:
And that's it.
I don't even need WalletConnect, I just want to run a simple app to try vue-dapp out.
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: