-
-
Notifications
You must be signed in to change notification settings - Fork 741
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
Running "n stable" removed bin, lib, share and include directories from /usr/local #86
Comments
This also just happened to me. |
Might be an idea to fix this and release an update guys or if you can't do that then remove n from package managers and let users know. It's pretty serious and it's been 3 days without an answer already, how many more victims are you waiting for? |
Where's that space this time... |
But seriously though, try running it with -x. |
Looks like this epic thread: MrMEEE/bumblebee-Old-and-abbandoned@a047be8 |
FWIW, this is on Hacker News' front page: #86 |
I used blame to find out where those lines got added, and I found that it was the next most recent issue: #85 That's one of an open source programmer's worst nightmares: a pull request that does something bad but looks benign. The simplest thing would be for @visionmedia to just revert it. |
@Hello71 Was looking for the space too... |
FWIW it's Canadian Thanksgiving this weekend so it's certainly possible TJ hasn't seen this yet. |
I never knew the github issue tracker was actually a bunch of image forum threads.... |
You know it's a big issue when the majority of comments are pointless GIFs. |
hahahaha good call on thanks giving i just got home. I haven't been reviewing PRs properly for n(1) lately since I don't have much time, if they don't work as advertised, sorry haha, I'd love to have someone else maintain n(1) if anyone is up to it. limbo-merges seem to be digging a grave |
I'll volunteer. I'm just decent at shell but a node.js devotee.
|
added you! to be honest I don't even use any of these tools anymore, I just install from source, which is maybe once every ~5 months anyway |
@visionmedia That's all fine and dandy but if the project is not being actively maintained, something in the readme would be greatly appreciated (see this commit as an example). |
well ideally it "just works" and continues to "just work" but it's been slowly more and more messed up as I've merged half-baked patches and node changing conventions etc |
The thing is that @visionmedia didn't realize he stopped actively
|
yeah it's kinda tough when you have 250+ OSS projects, inevitably some get messed up over time and I merge broken shit haha, funny thing is then I get comments like the one guy in here pugjs/pug#629 trying to make me merge something I haven't properly reviewed and that has low test coverage, at the end of the day every feature or bit of code is something I have to maintain |
Cross-posting this comment by @visionmedia from HN:
https://news.ycombinator.com/item?id=4625237 Yes that's a good idea to ignore things when you don't have time. Besides the potential for bugs, it makes it look like it's actively maintained when it isn't. If there had been nothing for three months, @davidcornu probably would have noticed, even without the README change. |
@Anorov not malicious, I just screwed up. I use n with |
@Suor, sorry, it just looked odd by replacing a bunch of cp commands with a single "rm -rf". I see your point now though. |
lulz! |
Deja vu, bumblebee. Deja vu. |
@visionmedia Don't worry, you still rock :D |
this pull-request kinda illustrates how terrible the unix directory structure is, anti-modularity ftw |
This thread is a disgrace. Stop posting so many image macros that contribute zilch to the developers of this project. |
I came for the images, stayed for the comments complaining about the images. |
hahaha yeah that looks about right |
These images are epic, it's like Reddit, only on github! |
Permalink for code reference post by @davidcornu in original post (for posterity): https://github.com/tj/n/blob/77946bb9c69c8ac365fb4d2ea9e666e417dfdc3c/bin/n#L138-156 |
I believe this has something to do with the following lines (https://github.com/visionmedia/n/blob/master/bin/n#L138-156). Am still investigating as to why exactly this happened.
Running the latest version from master on Mac OS X 10.8.2.
Notes
echo $N_PREFIX
on line 143 returns/usr/local
, which seems normal as line 6 isN_PREFIX=${N_PREFIX-/usr/local}
.The text was updated successfully, but these errors were encountered: