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

Issue with denali generate service #380

Closed
seawatts opened this issue Aug 29, 2017 · 1 comment
Closed

Issue with denali generate service #380

seawatts opened this issue Aug 29, 2017 · 1 comment

Comments

@seawatts
Copy link
Contributor

$ denali generate service mixpanel
cli v0.0.12 [local] | denali v0.0.29 [local]

create app/services/mixpanel.js
Error encountered when running "undefined" command
ReferenceError: className is not defined
    at eval (test/unit/services/__name__-test.js:9:11)
    at walk.forEach (/Users/daw/projects/oss/denali/denali-cli/lib/blueprint.ts:211:42)
    at Array.forEach (native)
    at ServiceBlueprint.<anonymous> (/Users/daw/projects/oss/denali/denali-cli/lib/blueprint.ts:181:30)
@davewasmer
Copy link
Collaborator

Sounds like the service blueprint is expecting className to be defined by the blueprint locals() method, but it isn't?

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

No branches or pull requests

2 participants