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

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

Closed
blured75 opened this issue May 16, 2019 · 1 comment
Closed

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

blured75 opened this issue May 16, 2019 · 1 comment

Comments

@blured75
Copy link

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 !

@blured75
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant