Open arminshoughi opened 3 years ago
@arminshoughi796 Which node version are you using in your project?
@arminshoughi796 Which node version are you using in your project?
Latest version, 14. I tried to use another version like 10, 11 but still got same error.
Latest version, 14. I tried to use another version like 10, 11 but still got same error.
Could you please try to remove the package and reinstall it to your project and run it at node v14.14.0 and confirm if you still get the error ?
Latest version, 14. I tried to use another version like 10, 11 but still got same error.
Could you please try to remove the package and reinstall it to your project and run it at node v14.14.0 and confirm if you still get the error ?
I do that but again got a "soljson.cwrap is not a function" error again.
I do that but again got a "soljson.cwrap is not a function" error again.
I will take a look this weekend. Hopefully I can help you resolve.
getting same error on:
truffle compile
any news on this error?
I tried node 8, 10, 12, 14, 16
in node 10 it does nothing
the rest throw error:
soljson.cwrap is not a function
getting same error on:
truffle compile
any news on this error? I tried node 8, 10, 12, 14, 16 in node 10 it does nothing the rest throw error:
soljson.cwrap is not a function
Update: changing the compiler to older version fixed the issue
Hi When i try to import it in my angular project i get this warning in terminal :
and get this error in browser :
Uncaught TypeError: soljson.cwrap is not a function
i read this issu but not worked for me :(