Last active
February 26, 2020 08:26
-
-
Save mindevolution/05cab52e678fad5288c186c19029624c to your computer and use it in GitHub Desktop.
Docker in mac build node with node-sass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/sass/node-sass/issues/2165 | |
docker pull node | |
# cd to working dir | |
# start docker | |
docker run -it -v $PWD:/code -p 3001:3000 node bash | |
npm i -g n | |
n 8.10.0 | |
# install node-sass | |
npm uninstall node-sass && npm install node-sass --sass-binary-name=linux-x64-57 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found bindings for the following environments: