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

Running new template from an alternate folder fails #1

Closed
WarrickFitz opened this issue Oct 13, 2018 · 0 comments
Closed

Running new template from an alternate folder fails #1

WarrickFitz opened this issue Oct 13, 2018 · 0 comments

Comments

@WarrickFitz
Copy link
Member

Make sure that you when you generate new templates, you execute the command from the install folder or you'll get an error that looks as follows.

C:\Users\Admin>EOSEasyContract.exe template new --path c:\temp --name EOSTemplate1
Begin create of new smart contract EOSTemplate1 in parent folder c:\temp
Create new smart contract template "EOSTemplate1" in "c:\temp\EOSTemplate1"
Creatind directory "c:\temp\EOSTemplate1"
Could not find a part of the path 'C:\Users\Admin\templateFiles\build.sh'.

Executing from c:\tools\EOSEasyContract or wherever you installed the binaries will correct the problem.

c:\tools\EOSEasyContract>EOSEasyContract.exe template new --path c:\temp --name EOSTemplate1
Begin create of new smart contract EOSTemplate1 in parent folder c:\temp
Create new smart contract template "EOSTemplate1" in "c:\temp\EOSTemplate1"
Creatind directory "c:\temp\EOSTemplate1"
Template creation completed
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

1 participant