2019年1月13日

摘要: 1.安装 express npm i express --save 2.安装 mongoDB npm i mongodb --save 3.安装mongoose npm i mongoose --save 4.server.js中创建schema,shcema相当于sql的表,里面含有字段,可以定义 阅读全文

posted @ 2019-01-13 04:40 猫头唔食鱼 阅读(435) 评论(0) 推荐(0) 编辑

摘要: 端口报错 listen eaddrinuse:::xxx 表示这个端口被占用 结束正在使用此端的程序即可。 阅读全文

posted @ 2019-01-13 03:18 猫头唔食鱼 阅读(166) 评论(0) 推荐(0) 编辑

摘要: 报这个错,执行下面的命令,然后重新创建项目就可以。 npm cache clean --force 阅读全文

posted @ 2019-01-13 02:12 猫头唔食鱼 阅读(180) 评论(0) 推荐(0) 编辑