★ wanayoo — archive 1999 https://github.com/nodeftpd/nodeftpd/issues/115Nouvelle recherche | Portail wanayoo
Skip to content
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

npm version out of date #115

Open
sbuller opened this issue Nov 28, 2016 · 3 comments
Open

npm version out of date #115

sbuller opened this issue Nov 28, 2016 · 3 comments

Comments

@sbuller
Copy link

@sbuller sbuller commented Nov 28, 2016

The version downloaded by 'npm install ftpd' seems to be quite out of date. I can't actually find the commit that it references. This came as a bit of a surprise, I'd spent a bit of time browsing the code here, and inserting console.logs all over my code, trying to figure out why options.allowedCommands wasn't working.

@mk-pmb
Copy link
Contributor

@mk-pmb mk-pmb commented Jan 31, 2017 •

We should really update npm soon, as we get a lot of bug reports for that old version lately.

Edit 2018-06-18:

Do not npm install ftpd

… unless you specifically need the old (but stable) version, e.g. due to windows support concerns.

(Edit 2019-11-22: see update below)

How to install the latest version

Lots of people will probably want to install the repo version instead:

npm install https://github.com/nodeftpd/nodeftpd/

The result should look somewhat like this:

npm WARN [… several warnings …]
 
+ ftpd@0.2.14
added 3 packages in 11.261s

Make sure to check the version which version npm reports it has installed (the "plus" line). It should be

version 0.2.14 or later.

Update 2019-11-22: … FROM THIS repo.

because now npm has ftpd and nodeftpd packages with higher version numbers. Those are not supported here.

@mk-pmb
Copy link
Contributor

@mk-pmb mk-pmb commented Jun 18, 2018

When I contacted npm support about how we could help people discover that there's a newer version outside of npm, they nonetheless suggested a package name dispute. While imo that's one of the worst strategies I could think of (I won't even call that a "solution"), there's a real chance that npm won't build a new tool when they consider their hammer as a (in their view) solution.

So in case npm doesn't (soon) manage to help people discover packages outside of npm, should we try and update npm with some sidetrack-versioned patch that annotates the readme? (Obvious next question in another comment for independent 👍 / 👎 voting.)

@mk-pmb
Copy link
Contributor

@mk-pmb mk-pmb commented Jun 18, 2018

In case previous question is favored and @sstur can't find time to decide: Should I try and appropriate the package name "ftpd" in order to update the readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.