随笔分类 -  前端-Vue

摘要:对策一: 1、卸载旧的node-sass,命令npm uninstall node-sass 2、下载最新版的node-sass,命令npm i -D node-sass --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ 对策二 阅读全文
posted @ 2022-05-21 17:45 ꧁执笔小白꧂ 阅读(340) 评论(0) 推荐(0) 编辑
摘要:说明node sass版本在当前环境运行不了,解决方法如下:1、卸载当前版本node sass,命令npm uninstall --save node-sass2、重新安装node sass,命令npm install --save node-sass 阅读全文
posted @ 2022-05-21 17:34 ꧁执笔小白꧂ 阅读(1683) 评论(0) 推荐(0) 编辑
摘要:在nginx配置中加入try_files $uri $uri/ /index.html; 如下: location / { try_files $uri $uri/ /index.html; #解决页面刷新404 } 阅读全文
posted @ 2022-02-09 18:01 ꧁执笔小白꧂ 阅读(65) 评论(0) 推荐(0) 编辑

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