Skip to content

Commit b2108e7

Browse files
committed
Fixed: image 404
1 parent 46f5c56 commit b2108e7

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
View 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 [email protected]: 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

4153
After that, create a `.env` file and set the database username & password:
4254

0 commit comments

Comments
 (0)