From a2cf334a845a064d74da6462f3948fae1c18d5df Mon Sep 17 00:00:00 2001 From: Dustin Farris Date: Tue, 26 Jul 2016 08:48:50 -0400 Subject: [PATCH] Add install instruction to clear node_modules This is needed to keep the user from getting a seg fault. https://github.com/aexmachina/ember-cli-sass/issues/117 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7067ac0e..30365bbe 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,12 @@ A very simple shim to add [Materialize](https://github.com/Dogfalo/materialize) Install this addon into your ember.js app, using ember-cli ```sh ember install ember-materialize-shim +rm -rf node_modules +npm install ``` +You must clear your node_modules and reinstall dependencies. This is to ensure you have an older version of node-sass which is required to circumvent an outstanding issue. See: https://github.com/aexmachina/ember-cli-sass/issues/117 + And then you can import materialize styles **app/styles/app.scss**