摘要: node-sass安装依赖、启动报错问题 # 1. 安装依赖(跳过构建脚本) npm install --ignore-scripts # 2. 替换 sass npm uninstall node-sass && npm install sass --save-dev # 3. 启动项目(使用临时 阅读全文
posted @ 2025-12-11 10:01 SimoonJia 阅读(93) 评论(0) 推荐(0)