Homebrew Node download errors #284
Unanswered
swissflyer
asked this question in
Getting started
Replies: 1 comment 19 replies
-
What does |
Beta Was this translation helpful? Give feedback.
19 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I recently downloaded Homebrew and now am attempting to install Node. I ran into a few errors when running
"brew install node"
Pouring node-15.4.0.catalina.bottle.tar.gz
Error: The
brew link
step did not complete successfullyThe formula built, but is not symlinked into /usr/local
Could not symlink bin/node
Target /usr/local/bin/node
already exists. You may want to remove it:
rm '/usr/local/bin/node'
Additionally, at the end it printed
Warning: The post-install step did not complete successfully
You can try again using
brew postinstall node
==> Summary
🍺 /usr/local/Cellar/node/15.4.0: 3,273 files, 55.4MB
Error: /Library/Java/JavaVirtualMachines/liberica-jdk-8-full.jdk/Contents/Home is not a valid keg
I am new to Homebrew and would appreciate any help on the matter. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions