Open yurenju opened 4 years ago
Hi @yurenju ! Thanks for the suggestion, it is really appreciated.
The project owner will review your suggestion as soon as they can.
We normally recommend to wait until we have discussed an idea before writing any code or submitting a Pull Request, so we can go through the design beforehand. We don’t want you to waste your time!
@abcoathup thanks for reply! and no worry, I still can use that patch in a custom version of cli to solve my problem now which don't waste the time :D
use relatively import on Windows without WSL does not work, for example: https://github.com/yurenju/oz-compile-failed-on-windows
Contract2.sol is imported via
import "./Conntract2.sol"
in Contract1.sol:but if run
npm run compile
on WIndows without WSL, it showsFile import callback not supported
I know you guys recommend developing smart contract on Windows with WSL on openzeppelin forum, but deploy contract on dev network via openzeppelin cli is not really stable in my experience, I usually need to reboot WSL to deploy contract if it complain connection refused.
so it would be great if we can have native windows support for openzeppelin cli without WSL and I actually found a solution, pull request is coming.