Lesson 5: Error whlie deplying "deploy.js" #5396
Replies: 4 comments 5 replies
-
@h-ameer0007 here it is main()
.then(() => process.exit(0))
.catch((error) => {
console.error(error);
process.exit(1);
}); |
Beta Was this translation helpful? Give feedback.
-
change your port number in server setting in ganache and restart the ganache |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Go to Ganache setting and then select server and change Hostname to vEthernet(WSL) then save and restart the Ganache |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
guys i have been looking through the discussion form but couldn't fund an answer for this specific issue i am facing
here is the error log
and here is my depoly.js code
Beta Was this translation helpful? Give feedback.
All reactions