-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
node 17.0.1 #87602
node 17.0.1 #87602
Conversation
we can update resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-8.1.0.tgz"
sha256 "301ddf6bdbd6f6abb36de144902914c6bb4d6f7463758774fdd0a9ee7c597d34"
end |
Formula/node.rb
Outdated
@@ -25,7 +25,7 @@ class Node < Formula | |||
depends_on "icu4c" | |||
depends_on "libnghttp2" | |||
depends_on "libuv" | |||
depends_on "openssl@1.1" | |||
depends_on "openssl@3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error: 91 problems in 91 formulae detected
Error: alexjs contains conflicting version recursive dependencies:
openssl@3, openssl@1.1
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be reverted or ignored
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better, it should be fixed.
Build failure on 10.14:
Others
Linux
|
I opened a PR to fix jupyterlab: #87665 |
Rebase is needed now that #87647 has been merged. |
Node 17.0.1 has been released: https://github.com/nodejs/node/releases/tag/v17.0.1 |
bcoin apparently needs an older node on ARM
|
I think it needs an older |
Sounds good, I just didn't have the other results yet |
|
node: bump deps node: build with LLVM on Mojave
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go, jupyterlab is being fixed elsewhere.
|
Created with
brew bump-formula-pr
.resource
blocks may require updates.