-
Notifications
You must be signed in to change notification settings - Fork 654
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
version in web interface #159
Comments
Just wondering, what version of sinopia are you using? |
0.12.1 |
yep, should have been! I had the same problem. no worries |
fixed in #143 (available in versions |
rmg
pushed a commit
to strongloop-forks/sinopia
that referenced
this issue
Jun 1, 2017
Upgrade syntax to ES6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I think there is an issue with the web interface and the actual version of any npm package. If there are more than one version of a package, sinopia takes the oldest version number for the web interface, not the latest. In the function get_local in storage.js the sort function is maybe wrong, or so. I changed the code from taking index 0 to taking the last index and it works.
Maybe i do not use sinopia in the right way, but i think it should work like my version.
The text was updated successfully, but these errors were encountered: