File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A fullstack demo used Vue2 & Koa2(Koa1 version is [here](https://github.com/Molu
2424 </a >
2525</p >
2626
27- ![ Todolist] ( http ://7xog0l.com1.z0.glb.clouddn.com/vue-koa-demo/todolist-5 .gif ' todolist ')
27+ ![ Todolist] ( https ://i.loli.net/2018/12/13/5c123b40a1baa .gif ' todolist ')
2828
2929View the [ article] ( https://molunerfinn.com/Vue+Koa/ ) for more details.
3030
@@ -36,7 +36,19 @@ If you want to check the info of the test, view the [article](https://molunerfin
3636
3737` npm install ` or ` yarn `
3838
39- Also you need to install MySQL & create a database named ` todolist ` ,and execute 2 sql files ` list.sql ` & ` user.sql ` .Their are in ` sql/ `
39+ if you are using yarn & meet this error:
40+
41+ ``` bash
42+ error upath@1.0.4: The engine " node" is incompatible with this module. Expected version " >=4 <=9" .
43+ ```
44+
45+ please use
46+
47+ ```
48+ yarn --ignore-engines
49+ ```
50+
51+ Also you need to install MySQL & create a database named ` todolist ` ,and execute 2 sql files ` list.sql ` & ` user.sql ` .They are in ` sql/ `
4052
4153After that, create a ` .env ` file and set the database username & password:
4254
You can’t perform that action at this time.
0 commit comments