Skip to content

Commit

Permalink
Tooling: Document fix for node-sass errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed May 25, 2021
1 parent 3fb2d70 commit be6a0ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
2. `yarn run create`
3. Visit site at `localhost:8888`

⚠️ [`node-sass` is very picky about node versions](https://www.npmjs.com/package/node-sass). If you get errors, [make sure your node version is supported](https://stackoverflow.com/questions/60394291/error-node-modules-node-sass-command-failed) by the version of `node-sass` in `package.json`. e.g., `nvm use lts/fermium`.


## Stopping Environment
run `yarn run wp-env stop`

Expand Down

0 comments on commit be6a0ad

Please sign in to comment.