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
node-metamask currently does not support the latest beta release of the web3 package. I received the following error running node-metamask with web3 version 1.0.0-beta.51:
Error: method.split is not a function
I was able to successfully run node-metamask with web3 version 1.0.0-beta.35. I have not yet tried to run it with any other versions between beta.35 and beta.51.
The text was updated successfully, but these errors were encountered:
Description
node-metamask
currently does not support the latest beta release of theweb3
package. I received the following error runningnode-metamask
withweb3
version1.0.0-beta.51
:I was able to successfully run
node-metamask
withweb3
version1.0.0-beta.35
. I have not yet tried to run it with any other versions betweenbeta.35
andbeta.51
.The text was updated successfully, but these errors were encountered: