Skip to content

Commit e793296

Browse files
committed
Update Readme
1 parent db972d0 commit e793296

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,16 @@ npm run new
202202

203203
> [Pull Request使用](http://www.ruanyifeng.com/blog/2017/07/pull_request.html)
204204
205+
## Know issues
206+
* If you got error about node-sass or sass-loader
207+
208+
`Uncaught Error: Module build failed (from ./node_modules/sass-loader/lib/loader.js)`
209+
210+
run:
211+
```
212+
npm rebuild node-sass --force
213+
```
214+
205215
## Reference
206216

207217
本脚手架开发中,ejs模板渲染实现这块参考了[webpack-seed](https://github.com/Array-Huang/webpack-seed), 特此备注

0 commit comments

Comments
 (0)