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
Not sure why I'm getting this. I've tried installing the specific web3 and truffle-contract (as listed in the package.json file).
truffle-contract.js:29 Uncaught TypeError: (intermediate value).toBigNumber is not a function
at truffle-contract.js:29
at Object.<anonymous> (truffle-contract.js:962)
at Object.1../statuserror.js (truffle-contract.js:964)
at o (truffle-contract.js:1)
at truffle-contract.js:1
at Object.2../contract.js (truffle-contract.js:967)
at o (truffle-contract.js:1)
at r (truffle-contract.js:1)
at truffle-contract.js:1
The text was updated successfully, but these errors were encountered:
According to this comment trufflesuite/ganache#476 (comment)
toBigNumber was renamed to toBN in version 1.0.0 of web3.
To solve your problem use a compatible version of web3, for example 0.20.6.
Not sure why I'm getting this. I've tried installing the specific web3 and truffle-contract (as listed in the package.json file).
The text was updated successfully, but these errors were encountered: