
To remedy that you might consider adding your desired node version to PATH instead: echo 'export > ~/.

Easy steps to install node-sass package on Mac. By impadmin, JanuPosted in: Brew Install mac. So if you have the latest/generic node package already installed you need to unlink it first: brew unlink nodeĪnd then you can link a different version: brew link it might be required to link them with the -force and -overwrite options: brew link -force -overwrite when new node version comes out and you’ll update to it by running brew upgrade, the link will be removed and the most recent node version will be linked instead. Install node-sass on Mac with Brew Big Sur, Mojave, Catalina, High Sierra, Capitan. This might give you the follow results: heroku/brew/heroku-node ✔Īnd then install the desired version: brew install remember that you can install more than 1 node package at the same time, but you cannot have them available at the same time.

These days if you want to install a different version of node you do it this way:įirst search for your desired package: brew search node
