2019年11月25日

摘要: 【报错】 报错时安装方法: npm install bcrypt 【解决方法】 npm install bcryptjs 用 bcryptjs 替换 bcrypt 即可。 阅读全文
posted @ 2019-11-25 19:03 沙拉麻花 阅读(746) 评论(0) 推荐(0)
摘要: 【错误描述】 npm ERR! Unexpected end of JSON input while parsing near ‘ ’ 【前提描述】 在安装vue2-editor时,中断暂停了,再次安装时报以下错误 【解决方法】 第一步: npm cache clean --force 第二步: n 阅读全文
posted @ 2019-11-25 16:02 沙拉麻花 阅读(415) 评论(0) 推荐(0)

2019年11月11日

摘要: 【报错】 Uncaught Error: [vue-router] route config "component" for path: /home cannot be a string id. Use an actual component instead 运行时不报错,但是页面显示空白。打开控制 阅读全文
posted @ 2019-11-11 18:56 沙拉麻花 阅读(6067) 评论(0) 推荐(0)

2019年11月8日

摘要: 问题描述: 输入npm run dev 没有报错也没有显示可以点击的地址链接,如下图: 解决方法: 具体配置: autoOpenBrowser默认为false,改为true。重新 npm run dev 即可自动弹出界面 阅读全文
posted @ 2019-11-08 16:54 沙拉麻花 阅读(2538) 评论(0) 推荐(0)