- 博客(3)
- 收藏
- 关注
原创 一台电脑配置多个git
1. 取消全局配置 ⚠️ 如果之前没有设置过全局配置可以跳过此步。 ???? 如果多个git账号邮箱、用户名一样也跳过此步。 查看当前是否有全局配置 git config --global user.name git config --global user.email 移出全局用户名和邮箱 git config --global --unset user.name git config --global --unset user.email 2.配置多个git账号 先找到 ssh文件目录:C:\U
2021-03-22 15:32:05
416
原创 node-sass 报错问题 ERROR in Cannot find module ‘node-sass‘
ERROR in Cannot find module ‘node-sass’ . 表示找不到node-sass模块 卸载重新安装就可以了。 解决方案: 1. $ npm uninstall node-sass 2. $ cnpm install node-sass Error: Node Sass version 5.0.0 is incompatible with ^4.0.0. 是版本不同导致的。 解决方案: 1. $ npm uninstall node-sass 2. $ cnpm install
2021-03-18 15:22:23
300
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
2