ruby - gulp 运行出现这个警告,求解!
问题描述
DEPRECATION WARNING on line 87 of D:/Program Files/Ruby23-x64/lib/rub0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-suppor interpolation near operators will be simplified version of Sass. To preserve the current behavior, use quotes:'$moz-'#{$experimental-support-for-mozilla} '$webkit-'#{$experimentalr-webkit} '$opera-'#{$experimental-support-for-opera} '$microsoft-'#{al-support-for-microsoft} '$khtml-'#{$experimental-support-for-khtml} the sass-convert command to automatically fix most cases.DEPRECATION WARNING on line 92 of D:/Program Files/Ruby23-x64/lib/rub0/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-suppor interpolation near operators will be simplified version of Sass. To preserve the current behavior, use quotes:'$ie6-'#{$legacy-support-for-ie6} '$ie7-'#{$legacy-support-for-ie7} 'gacy-support-for-ie8}’) the sass-convert command to automatically fix most cases.
问题解答
回答1:我的方法比较土,但权当尝试吧:
关掉所有cmd窗口,最好杀进程。如果不会,重启电脑
执行compass clean
再重试你的命令
回答2:谢邀, 基本没有使用 windows,所以这个错误没有碰到过,不过看错误,感觉像是 ruby的依赖问题,个人建议,你先确保自己的ruby环境没有问题,因为windows ruby的安装问题多种多样。
终极大招-- 放弃掉 sass,其实你自己仔细的想一想,你的css 没有必要非要用sass,可以用 less,stylus,或者 postcss来替换,不要人云亦云。。
回答3:Deprecation Warning 就是提示你有特性将要被弃用啦,找到它提示的行,按它说的改就好了
不改也不影响,反正是warning,代码工作者从不careㄟ(▔ ,▔)ㄏ相关文章:
1. 关于layuiadmin中表格按钮提交问题求解!!!!2. mysql - 是用火车头采集器,采集后发布到数据库,提示如下,求解!!!3. 自己安装了apache2.2,但是重启apache后出错了,求解!谢谢!4. node.js - 【nodejs】连接远程的mysql出错,求解!!5. node.js - 用nodejs 的node-xlsx模块去读取excel出现找不到excel文件的错误,可是文件的路径没错啊,求解!6. java - 更新到IntelliJ IDEA2017.1后,遇到问题,求解!7. 移动端H5页面开发,碰到一个字体变大的BUG。大神们求解!8. conf - 关于设置apache配置文件!求解!