Skip to content

Commit

Permalink
Add install instruction to clear node_modules
Browse files Browse the repository at this point in the history
This is needed to keep the user from getting a seg fault.
adopted-ember-addons/ember-cli-sass#117
  • Loading branch information
dustinfarris committed Jul 26, 2016
1 parent 6e34936 commit a2cf334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit a2cf334

Please sign in to comment.