Node Sass could not find a binding for your current environment: OS X 64-bit with Node 0.10.x

Опубликовано: 15 Март 2026
на канале: Tech Nursery
105
1

npm rebuild node-sass

------------------------------------------------------------------------------------------

curl o https://raw.githubusercontent.com/nvm... | bash
source ~/.bashrc
or
source ~/.zshrc depending on your shell

nvm install --lts

nvm use --lts

npm install node-sass

------------------------------------------------------------------------------------------

npm uninstall node-sass

npm cache clean --force

npm install node-sass