-
Notifications
You must be signed in to change notification settings - Fork 7
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
steal-stache/can missing after add component #310
Comments
Thanks for filing @janat08 ! I don't quite understand the problem. Are you saying that steal-stache and can are removed as dependencies after running |
No, nothing ever adds those dependencies. |
@janat08 Do you mean the guide should show how to add |
I don't know anymore. |
I think what we should confirm is you can:
If those are true, we can re-close. |
As listed by @phillipskevin in the steps above, the 3 and 4 step are not running as expected. |
I can confirm it adds For the generator-donejs/test/plugin.test.js Lines 61 to 69 in 3bde311
|
When I try to generate a plugin with dependencies: $ donejs add plugin --dependencies can-define can-component can-stache
error: unknown option `--dependencies' The same with $ donejs add plugin --packages can-define can-component can-stache
error: unknown option `--dependencies' |
if having generator add dependencies is out of scope at least edit the guide https://donejs.com/plugin.html#show-it-off
or have the plugin generator add these dependencies
The text was updated successfully, but these errors were encountered: