Angular-cli installs node even tho node is installed through n #5704
Replies: 1 comment
-
I don't think so. All Node-dependent formulae rely on Homebrew-built Nodes for reliability and reproducibility reasons (any Homebrew Node upgrade will trigger a retest against all its dependencies), so all such formulae will have a stable reference Node that can be counted on, and which can conceivably differ between formulae.
Sidenote: I'm not an active Node user, but I absolutely disagree with the recommended solution in Switching to |
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
I installed n through brew and want to manage with this my node environment.
But when I install angular afterwards it always installs also node (also node 23 which is not recommended for production.)
Sure, I could install angular with NPM, but I like to do brew upgrade to update my angular-cli etc.
Is there some solution for this?
Beta Was this translation helpful? Give feedback.
All reactions