Closed leonderijke closed 10 years ago
@fweinb, any idea perhaps?
Will have a look at this tomorrow.
As far as I can tell, we're dealing with two issues here:
I'll open a separate issue for the second one and will try to debug further. Edit: #27.
@TheJamesKyle Hey buddy, do you have some insight perhaps?
For the record, this issue is only about the failing npm install
because of the peerDependencies. Fixing it is probably as easy as updating our grunt-contrib-sass
dependency.
@HugoGiraudel If you don't want to upgrade you could always use 1.1.3
Upgrade to... 2.0? Is it ready yet?
@HugoGiraudel heh... I could do a pre-release?
I'd use it.
Done.
After a fresh clone of the repository, issuing
npm install
results in:Apparently, Bootcamp updated their dependencies to a newer version of grunt-contrib-sass: thejameskyle/bootcamp@21be30e9c657c6a090689cb8d5a53aedccde44e7.
After manually updating SassyLists dependency on
grunt-contrib-sass
to~0.7.2
inpackage.json
, I get the following error when runninggrunt test
:Do you have any ideas for how to fix this?