-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adapt CLI install/devinstall issues #97
Comments
@oliverfoster Apparently, this plugin is not registered. When I try to register it, I get this error from Adapt CLI (register() in lib/integration/PluginManagement/register.js):
Should I change |
Please definitely do not commit a change to the private value. That would cause the plugin to be registered on npm by the github release automation. Perhaps try changing it locally before registering? See if that makes a difference. Then we can fix up the adapt-cli register functionality if that works. |
Changing it to
@oliverfoster Since this isn't a private Kineo plugin, don't we want it to be registered on npm? Since it's public? |
In bower's register.js:
I had also added the repo information to bower and package:
|
No, we don't want any adapt components registered on npm because they're not installable from npm. You can't |
@oliverfoster Ok, thanks for clearing that up. Would the solution here be to temporarily change |
I'm pondering on a possible, easy solution. Give me some time to think about it. |
Ok, thanks. In the meantime, I've created a linked PR to add the repo details. |
🎉 This issue has been resolved in version 2.5.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Please approve both of these @swashbuck |
Approved 👍 |
@oliverfoster Closing this ticket as the two related tickets have now been merged. |
Subject of the issue
I cannot successfully install Visua11y using
adapt install
oradapt devinstall
. This happens when using eithervisua11y
oradapt-visua11y
as the target plugin.Your environment
Steps to reproduce
adapt install adapt-visua11y
master
branch to installExpected behaviour
Visua11y should be installed.
Actual behaviour
Visua11y is not installed.
The text was updated successfully, but these errors were encountered: