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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I am getting an error which I have pasted in the below section when running truffle migrate.
I am getting this issue probably due to the version mismatch of emittery between truffle/events and truffle/ganache if not please guide about the real issue. Please solve the issue or enlighten me about the steps to solve the issue.
Steps to Reproduce
Please provide the shortest amount of steps to reproduce your issue.
at Object.call (C:\Users\xyz\AppData\Roaming\npm\node_modules\truffle\node_modules\ganache\dist\node\webpack:\Ganache\utils\lib\src\things\promievent.js:23:40)
Environment
Operating System: windows 10
Ethereum client: ganache
Truffle version (truffle 5.8.4):
node version (node --18.13):
npm version (npm --7.6.0):
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Issue
I am getting an error which I have pasted in the below section when running truffle migrate.
I am getting this issue probably due to the version mismatch of emittery between truffle/events and truffle/ganache if not please guide about the real issue. Please solve the issue or enlighten me about the steps to solve the issue.
Steps to Reproduce
Please provide the shortest amount of steps to reproduce your issue.
Expected Behavior
I expect the above error to not occur
Actual Results
const mixin = emittery_1.default.mixin.bind(emittery_1.default);
^
TypeError: Cannot read properties of undefined (reading 'bind')
at Object.call (C:\Users\xyz\AppData\Roaming\npm\node_modules\truffle\node_modules\ganache\dist\node\webpack:\Ganache\utils\lib\src\things\promievent.js:23:40)
Environment
truffle 5.8.4
):node --
18.13):npm --7.6.0
):The text was updated successfully, but these errors were encountered: