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
Wanted to check out the casino-dapp and followed the steps from the readme.
When trying to run the migrate command, I got errors that contracts from open zeppelin could not be found.
Guess its the way the drive is spelled.
I was able to fix it by omitting ../node_modules/ from the import statements and make it look like this:
Wanted to check out the casino-dapp and followed the steps from the readme.
When trying to run the migrate command, I got errors that contracts from open zeppelin could not be found.
Guess its the way the drive is spelled.
I was able to fix it by omitting
../node_modules/
from the import statements and make it look like this:If it still works on other platforms like this, I suggest to also omit
../node_modules/
in this sample.The text was updated successfully, but these errors were encountered: