Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Unable to import files on Windows 10 #259

Open
fabricus opened this issue Feb 24, 2019 · 0 comments
Open

Unable to import files on Windows 10 #259

fabricus opened this issue Feb 24, 2019 · 0 comments
Labels

Comments

@fabricus
Copy link

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):

bug

@0mkara 0mkara added the bug label Feb 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants