logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Error: CSS minification error: Lexical error on line 1: Unrecognized text.

1.问题今天,在我电脑上打包vue项目的时候,压缩css代码,出错了。如下:2.分析可是,有其他同事可以正常打包,node版本一样。找了好多方法,也没用。我就猜测,可能是依赖的问题。因为,在安装依赖的时候,安装node-sass,老是出错,一开始用yarn安装的,后来,改用了cnpm安装的。于是,我把node_modules删除了,用cnpm install重新安装。结果,令人感动,竟然成功了。因

node-sass安装报错node-sass@4.11.0 postinstall: `node scripts/build.js`

先 npm install -g cnpm --registry=https://registry.npm.taobao.org下载cnpm然后用cnpm去安装 cnpm install node-sass --save

git手动添加远程仓库

1.添加如下命令,添加一个新的远程 Git 仓库,同时指定一个方便使用的简写:git remote add <shortname> <url>例如:$ git remoteorigin$ git remote add pb https://github.com/paulboone/ticgit$ git remote -voriginhttps://github.com/s

到底了