About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
jmccole83
6/11/2019 - 1:19 PM
share
Share
add_circle_outline
Save
Rebuild node-sass in yarn
Update package.json, update gulp-sass to 3.0.0.
Run "yarn add --force node-sass" from the terminal.
Run "yarn run build" from the terminal.
package.json
content_copy
file_download
"gulp-sass": "^3.0.0",
text.txt
content_copy
file_download
yarn add --force node-sass
clear