-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web3.utils.toWei read property 'toWei' of undefined #1469
Comments
Hi, |
You said that you are using version '1.0.0-beta.20', but your output is showing that web3 is using api version 0.20.3. Make sure that the correct version of web3 has been installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my web3 version is version: '1.0.0-beta.20',I am loading the web3 using the angular 4.
the code gives me an error saying: web3.utils.toWei read property 'toWei' of undefined
printing out web3 shows that web3 has no utils as shown in the picture below, it is very strange.
The text was updated successfully, but these errors were encountered: