Chris Lea

Results 13 comments of Chris Lea

That's already noted in both the [manual installation instructions](https://github.com/nodesource/distributions/#debmanual) and the [setup script](https://github.com/nodesource/distributions/blob/master/deb/setup_10.x#L278). Hope this helps.

Can you please be more specific? We'd need to know the exact command you entered that created the error message, and any other pertinent info about your setup. Thanks.

Oh!, wait, sorry. Please disregard the above comment. I'm looking at the wrong repository (thought I was looking at distributions). It may still be helpful if you can provide more...

We intentionally bundle `npm` with the main package to get around what we view as dumb behavior by EPEL (and also Debian style distros that do the same thing). You...

Yes, sorry, I replied too quickly. I'm looking into fixing the provides thing and hopefully will have that sorted out by the next release.

Still working on it. Have a lot of edge cases that need testing. Thanks for being patient!

Well just putting in my $0.02 here... I went through this sort of thing making Debian / Ubuntu packages a ways back. I used to make separate packages for node,...

The issue is that when the 4.3 release was pushed out to the repo, it unregistered any earlier releases in the 4.x line. So if you do the standard `apt-get...

The reason it works this way is that the `reprepro` command which manages the repo files for all of this and updates them when you add / remove packages doesn't...