-
Notifications
You must be signed in to change notification settings - Fork 478
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
Getting Error: EEXIST: file already exists, mkdir '.' #652
Comments
This works:
This is the result:
|
Hi @reselbob, what version of I had no problem running the first or the second command with your code:
Or without including the node_modules:
My versions are:
|
Let me revisit the issue, please. Thank you sincerely @r0qs to taking the time to help me out. |
I also tried to reproduce and this does not happen for me. What platform are you on? The crash apparently happens when the script tries to create the directory ( Line 225 in a0226f0
It errors out because the directory exists but this is not supposed to happen because we use the |
Hi:
I run this command:
solcjs --bin --include-path node_modules/ --base-path . LookupContract.sol
And get this result:
Here is the content of
LookupContract.sol
:Here is my package.json
Help? I am jammed up.
Triple thanks in advance!
The text was updated successfully, but these errors were encountered: