Foundation 6 and angular2-cli sass compiler conflict

Hi Guys,

I’m new to meteor and angular2 development. I have this app that I will use foundation(zurb) and angular2 framework. But when I install the foundation using this command (meteor add zurb:foundation-sites) and run the app I got a package conflict See the error messages:

While determining active plugins:
_ error: conflict: two packages included in the app (fourseven:scss and angular2-compilers) are both trying to handle *.scss_
_ error: conflict: two packages included in the app (fourseven:scss and angular2-compilers) are both trying to handle *.sass_

_ While determining active plugins:_
_ error: conflict: two packages included in the app (fourseven:scss and angular2-compilers) are both trying to handle *.scss_
_ error: conflict: two packages included in the app (fourseven:scss and angular2-compilers) are both trying to handle *.sass_

I tried to remove the fourseven:scss package but it also gives me an error "fourseven:scss is not a direct dependency in this project."

Is there a way to remove either of the 2 sass compilers?

Thanks in advance!