04 2024 档案
node-sass 安装不上的问题
摘要:npm config set sass_binary_site https://mirrors.huaweicloud.com/node-sass/ 或 npm config set sass_binary_site https://registry.npmmirror.com/node-sass/ 阅读全文
posted @ 2024-04-18 16:18 浊浊然 阅读(44) 评论(0) 推荐(0)
nodejs 搭建本地服务器
摘要:npm install anywhere -g npm install http-server -g anywhere 和 http-server 都可以简单启动一个本地服务器 阅读全文
posted @ 2024-04-12 15:37 浊浊然 阅读(29) 评论(0) 推荐(0)