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

tutorial 4 #49

Open
King-tobe opened this issue Feb 13, 2022 · 1 comment · May be fixed by #53
Open

tutorial 4 #49

King-tobe opened this issue Feb 13, 2022 · 1 comment · May be fixed by #53

Comments

@King-tobe
Copy link

The code is not compiling? It says "browser/library.sol" not found. How do i resolve this issue?

@aindrajaya
Copy link

Hello @King-tobe
Perhaps you need to place the right import declaration path for the library.sol file. If the library.sol file is placed in the same folder with your testLibrary.sol file. I think you can remove browser/.
So it could be:
import './library.sol';

@manavjain2002 manavjain2002 linked a pull request Oct 15, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants