Guest User

Untitled

a guest
Oct 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. npm ls web3
  2. inbox@1.0.0 /home/mdvenkatesh/Desktop/etherium solidity programes/inbox
  3. +-- truffle-hdwallet-provider@0.0.6
  4. | `-- web3@0.18.4
  5. `-- web3@1.0.0-beta.26
  6.  
  7. accounts = await web3.eth.getAccounts();
  8. ^^^^^
  9.  
  10. SyntaxError: await is only valid in async function
  11.  
  12. npm remove web3@0.18.4
  13. npm WARN truffle-hdwallet-provider@0.0.6 requires a peer of truffle@4.x but none is installed. You must install peer dependencies yourself.
  14. npm WARN inbox@1.0.0 No description
  15. npm WARN inbox@1.0.0 No repository field.
Add Comment
Please, Sign In to add comment