将npm .scss导入Meteor App

时间:2016-01-13 12:22:01

标签: node.js meteor npm

我安装了meteorhacks:npm和fourseven:scss在我的Meteor应用程序中有npm和scss,它运行正常。我已经通过npm安装了Bourbon,但我无法弄清楚如何将它导入我的.scss

我已尝试@import '/node_modules/bourbon/app/assets/stylesheets/_bourbon.scss';并收到以下错误:

While processing files with fourseven:scss (for target
   web.browser):
   /simple-todos-angular.scss: Scss compiler error: File to
   import:
   /node_modules/bourbon/app/assets/stylesheets/_bourbon.scss
   not found in file:
   /Users/ChrisWilliams/sites/other_sites/simple-todos-angular/{}/simple-todos-angular.scss

任何想法都会很棒,谢谢!

1 个答案:

答案 0 :(得分:1)

找到修复程序。只需将以下内容添加到您的项目中:

meteor npm install --save tether
流星添加fourseven:scss
meteor add orgztion:meteor-global-tether

使用最新版本的Meteor。
$ cat .meteor / release
METEOR@1.4.2.3