s1hon
s1hon
Thanks for reply, but the article you sended says that: > If a TIMESTAMP or DATETIME column definition includes an explicit fractional seconds precision value anywhere, the same value must...
on app.js:30 ``` var usersFile = fs.readFileSync('users.json', 'utf8'); ``` should be fixed like : ``` var usersFile = fs.readFileSync(__dirname+'/users.json', 'utf8'); ```
Ok, I got it. I use git clone to download this, when I update, it won't delete the file. But it will have some problem for download with npm install,...