Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
node-sass version caveat
  • Loading branch information
dvx authored Jun 21, 2019
1 parent 01ed273 commit 678949e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ $ yarn run start

Use `yarn run production` (instead of `development`) to start the front-end in non-interactive mode.

## `node-sass` compatibility

You might need to change the `node-sass` version inside `package.json` to be compliant with your `nodejs` version or the `node-gyp` build might fail.

NodeJS | Minimum node-sass version | Node Module
--------|--------------------------|------------
Node 12 | 4.12+ | 72
Node 11 | 4.10+ | 67
Node 10 | 4.9+ | 64
Node 8 | 4.5.3+ | 57

# Bugs, issues, and contributing
See something you don't like? Have a feature request? Is your computer on fire? Feel free to open an issue or make a pull request. The more the merrier.

Expand Down

0 comments on commit 678949e

Please sign in to comment.