Merge pull request #437 from chweems/node-sass

Install node-sass module since it doesn't come with Node anymore
This commit is contained in:
Alejandro Pauly
2020-02-21 09:53:55 -05:00
committed by GitHub

View File

@@ -32,3 +32,4 @@ npm install -g parcel-bundler
npm install -g --save-dev webpack webpack-cli
npm install -g yarn
npm install -g lerna
npm install -g node-sass