nytimes/kyt

Use an available node-sass version package in package.json

Closed this issue · 1 comments

Versions of kyt, node, OS

"kyt": "0.9.0", node 8, Mac

Bug or Feature?

Bug

Current Behavior

The referenced node-sass in the last stable version should be an existing one even if it is a binding. Indeed currently the binding is not available and there is a process of compilation which is ok but could be avoided by fetching a compiled version of the binary

I've sawn that you plan to remove node-sass dependency in the future but the current version still reference it and I'm using it :)

Desired Behavior

Use the last version of node-sass

Workaround

Use npm-shrinkwrap to modify the dependency but I'd prefer something cleaner

By the way thank you for your kyt !

forget it there were a mismatch in my package.json :)