Skip to content

Commit

Permalink
add troubleshooting info for node-sass installation issue with Node.j…
Browse files Browse the repository at this point in the history
…s v.8.x.x
  • Loading branch information
mashaverdina committed Mar 14, 2018
1 parent 985343e commit b533780
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEVNOTES.md
Expand Up @@ -29,6 +29,14 @@ Start operations in order to load all required Node.js packages:
cd med3web
npm install
```

### Troubleshooting

If you use Node.js v.8.x.x, you may face node-sass installation issue. Please use lower version of Node.js or run command:
```
npm install node-sass@latest
```

### SonarQube

In order to maintain project code clean and buggy-free as much as possible, SonarQube technology is used.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -85,6 +85,12 @@ Then, please install gulp:
npm install -g gulp-cli
```

### Troubleshooting

If you use Node.js v.8.x.x, you may face node-sass installation issue. Please use lower version of Node.js or run command:
```
npm install node-sass@latest
```

## Project running details

Expand Down

0 comments on commit b533780

Please sign in to comment.