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

Опубликовано: 16 Март 2025
на канале: Tech Nursery
65
0

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