随笔分类 -  RD-NODE

摘要:问题描述 执行npm install命令的时候报错Unexpected end of JSON input while parsing near 原因分析 可能是缓存问题 解决方法 1. 终端执行命令npm cache clean force 2. 完成后再执行命令npm install 处理结果 阅读全文
posted @ 2020-02-13 23:33 KevinTseng 阅读(285) 评论(0) 推荐(0) 编辑
摘要:NPM缩写 |缩写 | 命令 | 功能 | | | | | | i | install | 安装 | S | save | 保存到生产环境 | | D | save dev | 保存到开发环境 | | g | global | 全局安装 | 安装CNPM `npm install g cnpm re 阅读全文
posted @ 2019-11-20 16:55 KevinTseng 阅读(127) 评论(0) 推荐(0) 编辑
摘要:基本server配置 cookie / session / get数据 / post数据 / 请求方法 命令行 npm install express express-static cookie-parser cookie-session body-parser multer consolidate 阅读全文
posted @ 2018-07-22 22:43 KevinTseng 阅读(971) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示