-
Notifications
You must be signed in to change notification settings - Fork 21
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
Install fails on Win10, Node 8.11.3 LTS #96
Comments
However this doesn't let |
please could you try |
Now this is weird... I looked at
However 2.0.5 is marked as "latest" in npm, and there are also 2.0.7 and 2.0.8 versions listed in npm which are not in the Github repository at all. Why is 2.0.6 not the default version for Even more worrisome, there are 2.0.7 and 2.0.8 versions in npm with no corresponding commits in the GitHUb repo. What is going on? Did someone get their npm credentials compromised as with eslint? |
looks like we crossed comments... see above. Seeing 2.0.7 and 2.0.8 in |
we've been a bit slow about adding support for node v8, sorry. very few people work full time on the project, most just donate what spare time they have available. |
Thanks !
I'm just getting started with adapt, and hope to contribute in the future if it is a fit for us (I work for an elearning provider). Is there are reason these latest versions aren't in the main Github repo? Given what happened with eslint, shouldn't |
you'll see 2.0.7 if you look in #93 not sure about 2.0.8 - am doing this on phone so not easy to check, unlikely to be npm account compromise |
Should I leave issue open until you get a chance to investigate? |
Nope probably just a versioning mistake on the part of the developer who's been doing the updates, have a look at the package.json history and you'll see what I mean To give you a little bit of background, the person who originally developed the adapt-cli no longer has any time to donate to the project, so we (Kineo) have asked one of our colleagues to step in and pick this up - naturally there's a bit of a learning curve for him to overcome as well as quite a lot of work to get through given how long this has remaining unmaintained. If he's working from his own repo then it's either because he doesn't have permissions on the main repo - or just that he worked from his own out of force of habit. I don't think he originally intended to publish anything to npm from his own repo but then he found out about the (that said, your point about npm security is well made, that's something we will look into to ensure the account is properly locked down) If you're happy that the new version solves your issue then I think it's fine to close this. |
Thanks! |
Seems like a regression of issue #81: installation is broken on a fully patched Windows 10 running the latest LTS release of node (8.11.3 LTS).
npm install -g adapt-cli
again seems to be pulling in a very old version of nodegit (0.16.0), which fails to install.error log at: adapt-cli_install_err_20180810.txt
The text was updated successfully, but these errors were encountered: