Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SASS Tips #11

Open
TracerLee opened this issue Apr 6, 2016 · 1 comment
Open

SASS Tips #11

TracerLee opened this issue Apr 6, 2016 · 1 comment
Assignees
Labels

Comments

@TracerLee
Copy link
Owner

TracerLee commented Apr 6, 2016

记录sass相关的技巧

@TracerLee TracerLee self-assigned this Sep 8, 2016
@TracerLee
Copy link
Owner Author

安装node-sass出错的问题

在项目内添加一个 .npmrc 文件:

phantomjs_cdnurl=http://cnpmjs.org/downloads
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
registry=https://registry.npm.taobao.org

接下来就可以愉快地安装了:

npm i node-sass

参考:安装 node-sass 的正确姿势

@TracerLee TracerLee changed the title SASS tips SASS Tips Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant