Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

NodeJS 6 is EOL #14651

Closed
friedbunny opened this issue May 13, 2019 · 1 comment
Closed

NodeJS 6 is EOL #14651

friedbunny opened this issue May 13, 2019 · 1 comment
Labels
archived Archived because of inactivity build Node.js node-mapbox-gl-native

Comments

@friedbunny
Copy link
Contributor

NodeJS 6.x reached its end of life on April 30, 2018. We currently specify node >= 6 compatibility in this project.

For us, this means that homebrew no longer installs it, which breaks the node-macos-release build on CircleCI:

$ #!/bin/bash -eo pipefail
brew install node@6
brew link node@6 --force --overwrite
^D��^D��Error: No available formula with the name "node@6" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

node@6 was deleted from homebrew/core in commit 995f3c8:
  node@6: delete because of EOL
  Closes https://github.com/Homebrew/homebrew-core/issues/39465.
  Signed-off-by: Chongyu Zhu <i@lembacon.com>

To show the formula before removal run:
  git -C "$(brew --repo homebrew/core)" show 995f3c8^:Formula/node@6.rb

If you still use this formula consider creating your own tap:
  https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap
Exited with code 1

/cc @tmpsantos @asheemmamoowala

@friedbunny friedbunny added build Node.js node-mapbox-gl-native labels May 13, 2019
@friedbunny friedbunny changed the title Nodejs 6 is EOL NodeJS 6 is EOL May 13, 2019
@stale stale bot added the archived Archived because of inactivity label Nov 9, 2019
@stale
Copy link

stale bot commented Nov 9, 2019

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

@stale stale bot closed this as completed Nov 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived Archived because of inactivity build Node.js node-mapbox-gl-native
Projects
None yet
Development

No branches or pull requests

1 participant