Mohammad
Results
2
comments of
Mohammad
Hi I got this error in my code. I just forgot to add "utf8" in fs.readFileSync() ```javascript const binary = fs.readFileSync( "./SimpleStorage_sol_SimpleStorage.bin", "utf8" ); ``` and this fixes my error....
> > > I'm having the same issue because default node version is set to 20. It works after changed to 18. > > > > > > How did...