-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
应该提供docker方式配置服务端 #5
Comments
我,两天了没把数据弄好... |
PS D:\Develop\nodejs\Server\flutter-practice-server\server> npm install --registry=https://registry.npm.taobao.org up to date in 10.767s npm ERR! path D:\Develop\nodejs\Server\flutter-practice-server\node_modules\puppeteer npm ERR! A complete log of this run can be found in:
PS D:\Develop\nodejs\Server\flutter-practice-server\server> node -v
[nodemon] 1.19.4 √ Client √ Server i Waiting for file changes 09:19:01 READY Server listening on http://192.168.2.106:3000 09:19:01 events.js:183 Error: listen EADDRINUSE 192.168.2.106:3000 √ Client √ Server i Waiting for file changes 09:19:53 READY Server listening on http://192.168.2.106:3000 09:19:53 Mongoose: users.ensureIndex({ password: 1 }, { unique: true, background: true }) √ Client √ Server i Waiting for file changes 09:20:03 READY Server listening on http://192.168.2.106:3000 09:20:04 Mongoose: companies.find({}, { projection: {} }) √ Client √ Server i Waiting for file changes 09:20:58 READY Server listening on http://172.20.10.3:3000 09:20:59 events.js:183 Error: listen EADDRNOTAVAIL 172.20.10.3:3000 √ Client √ Server i Waiting for file changes 09:21:22 READY Server listening on http://172.20.10.3:3000 09:21:22 events.js:183 Error: listen EADDRNOTAVAIL 172.20.10.3:3000 √ Client √ Server i Waiting for file changes 09:21:39 READY Server listening on http://172.20.10.3:3000 09:21:40 events.js:183 Error: listen EADDRNOTAVAIL 172.20.10.3:3000 √ Client √ Server i Waiting for file changes 09:21:57 READY Server listening on http://192.168.2.106:3000 09:21:57 Mongoose: companies.find({}, { projection: {} }) |
看着是数据抓取的时候出了问题 |
这本书的服务端,我始终没有顺利的架设起来,采用爬虫的方式不是很灵活,时间一长容易失效 |
可以考虑利用docker方式配置服务端,让读者能更快的专注flutter的学习开发。
如果一个移动端实战类教程会耗费较多时间在后端环境搭建上,读者可能就会考虑换一个教程了。
The text was updated successfully, but these errors were encountered: