Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies.js is not work well. ENOENT #38

Open
ganadara135 opened this issue Jul 31, 2019 · 6 comments
Open

dependencies.js is not work well. ENOENT #38

ganadara135 opened this issue Jul 31, 2019 · 6 comments

Comments

@ganadara135
Copy link

I follow and test this article on my local PC with Windows 10 and docker.
"https://medium.com/@austin_48503/buidlguidl-0x1-guidlcoin-3be30c6ac76f"

When I do compile contract.
It make error like this.
image

@austintgriffith
Copy link
Owner

austintgriffith commented Jul 31, 2019 via email

@ganadara135
Copy link
Author

I solved this problems when I move Openzeppline-solidity folder from node_modules into /dapp(root). Next time when you upgrade this version, please solve and apply this problem. Anyway, I always thank for your contribution of this open sources.

@ganadara135
Copy link
Author

Nope this was not solved. I make another problems
스크린샷 2019-08-03 17 53 04

can not read property 'split' of undefined.

@ganadara135
Copy link
Author

Please check this function " loadInImportsForEtherscan() " I think this one don't work as it was. It would be to substitute importing parts as real sources, but it fail.

@austintgriffith
Copy link
Owner

austintgriffith commented Aug 4, 2019 via email

@ganadara135
Copy link
Author

austintgriffith is busy.
If someone is hangging around to import other Contracts into clevis framwork, use this instruction that put all external contracts.sol into one documents.

ex)
contract MyCoin is Ownable {
...
}

contract Ownable { // this is "openzeppelin-solidity/contracts/ownership/Ownable.sol";
...
}

ps) I hope to fix and upgrade clevis framwork very soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants