broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

broccolijs.com speaks of node 0.10.x as the latest stable version of node #343

Closed chris-morgan closed 5 years ago

chris-morgan commented 6 years ago

From http://broccolijs.com/:

If you don't currently have it installed, you'll need to get the latest stable version of node (v0.10.x). We recommend using NVM. Test to make sure you have node and npm installed by running the following commands and checking that your output is similar:

~ $  node --version
v0.10.x
~ $  npm --version
1.4.x

Node v0.10.x hasn’t been the latest stable version of Node for 2¾ years.

Seeing this made me initially assume that Broccoli was unsupported—not the impression I imagine you want to make.

rwjblue commented 6 years ago

Thank you for reporting!!! We need to track down which repo is used to deploy there (I’m not 100% who set it up), and get it updated.

@stefanpenner / @joliss - do y’all know who set it up (and which repo)?

stefanpenner commented 6 years ago

no clue

stefanpenner commented 6 years ago

@joliss I would gladly take over on-going maintenance of broccolijs.com site/domain.

stefanpenner commented 6 years ago

Looks like the site is also having some DNS troubles. (for me)

tsing80 commented 6 years ago

222 ?

stefanpenner commented 6 years ago

@tsing80 thats old, the issue was resolved since then. Looks like a new issue cropped up.

folz commented 6 years ago

Although I turned over the domain to Jo, the registrar still points to my old DNS (which is hosting https://github.com/folz/broccoli-site - the repo you're looking for, although I recommend you don't try to reuse it). You would need her to update her registrar's DNS settings.

Also, I wanted to let you know that I'll soon be closing down the account which hosts the old website. Since broccolijs.com still points there, it will stop resolving once I close my account. What's a good timeline to give you all the time needed to set up a new site?

oligriffiths commented 5 years ago

THe current minimum supported node version is 8. Closing this issue now, please reopen if this is still a problem.