You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asdf should install the latest patch version for a given major.minor version.
Actual behavior
An error occurs which states:
•100% ➔ asdf install nodejs 6.10
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6748 0 6748 0 0 4629 0 --:--:-- 0:00:01 --:--:-- 4628
gpg: no valid OpenPGP data found.
gpg: the signature could not be verified.
Please remember that the signature file (.sig or .asc)
should be the first file given on the command line.
Authenticity of checksum file can not be assured! Please be sure to check the README of asdf-nodejs incase you did not yet bootstrap trust. If you already did that then that is the point to become SUSPICIOUS! There must be a reason why this is failing. If you are installing an older NodeJS version you might need to import OpenPGP keys of previous release managers. Exiting.
Environment
OS: Ubuntu Gnome 17.04
asdf version: 0.2.1
[edit] - Thanks for the amazing tool! I am keen to help! I'm not familiar with this type of codebase but could be useful given some direction. Thanks!
The text was updated successfully, but these errors were encountered:
This isn't supported in asdf, but it could be added to asdf and asdf-nodejs. Though this is something the individual plugin could support on it's own. I'm not really sure what logic belongs in asdf and what logic belongs in the plugins. I'm thinking maybe we just take all the flags the users passes to asdf install and pass them to plugins install callback script, that way the plugin can make the necessary decisions when finding the right version. This would allow us to do things like:
asdf install nodejs 6.10 --latest
This is related to #216. We should probably tackle that feature before starting this.
I think it would be great if asdf would always operate on the highest matching version. For example, I just went to install erlang, and I know that I need something in the 19 range, so I tried to do asdf install erlang 19 which failed.
It would be great if this functionality could be handled for all plugins rather than implementing it for each plugin separately. Is that possible?
Steps to reproduce
asdf install nodejs 6.10
Expected behavior
asdf should install the latest patch version for a given major.minor version.
Actual behavior
An error occurs which states:
Environment
OS: Ubuntu Gnome 17.04
asdf version: 0.2.1
[edit] - Thanks for the amazing tool! I am keen to help! I'm not familiar with this type of codebase but could be useful given some direction. Thanks!
The text was updated successfully, but these errors were encountered: