latest version fails
zboldyga opened this issue · 2 comments
zboldyga commented
Hey, great package!
lass new-package
doesn't work when using the latest version 1.0.13, when installed on node 10.x and npm 5.6.0 and osx highsierra 10.13.6. I also tried node 8.x to no avail.
Downgrading to 1.0.11 fixed the issue.
niftylettuce commented
@zboldyga apologies, there was a breaking change with the package our CLI uses and v1.0.14 is non-working. it has been fixed in 1.0.15. sorry about that! npm install -g lass@latest
zboldyga commented
@niftylettuce thanks for the quick fix!