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

install local blueprints error #6

Open
picadu opened this issue Oct 29, 2019 · 1 comment
Open

install local blueprints error #6

picadu opened this issue Oct 29, 2019 · 1 comment

Comments

@picadu
Copy link

picadu commented Oct 29, 2019

error bpPath is not defined

const name = helpers.getLastFolder(bpPath);

fix:

//const name = helpers.getLastFolder(bpPath);
const name = helpers.getLastFolder(src);
@Sebastian-Fitzner
Copy link
Member

Sebastian-Fitzner commented Nov 14, 2019

Well, you should define a bpPath in veams-cli.json. Nevertheless I can support a fallback for that or at least print a hint... Thx for the fix and catch!

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