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 Apr 17, 2023. It is now read-only.
Windows import are buggy, that code is working on Mac or Linux but not on Windows:
import "./mycontract.sol";
On windows it's looking for the file directly at the root of the hard drive so it's looking in:
c:\mycontract.sol
And obiously my files aren't there.
Another subsequent issue is that it's not working even if I use the full path to the file which would be something like this in my case:
Windows import are buggy, that code is working on Mac or Linux but not on Windows:
import "./mycontract.sol";
On windows it's looking for the file directly at the root of the hard drive so it's looking in:
c:\mycontract.sol
And obiously my files aren't there.
Another subsequent issue is that it's not working even if I use the full path to the file which would be something like this in my case:
import "C:\Users\USERNAME\Documents\GitHub\testnet\token\ERC721\ERC721MetadataMintable.sol";
It goes like "Invalid input source specified" (below the compile buton):
The text was updated successfully, but these errors were encountered: