Closed bsott closed 6 years ago
Use of CoffeeScript v2 actually broke Node version 4 and earlier. So v5.1.0 makes it so CoffeeScript v2 is only used for the compilation of CSON
I tried updating the dependency to point to coffeescript
instead of coffee-script
(but keeping the same version) to eliminate the npm warning, but the build seems to be failing. Not sure why? https://github.com/bevry/cson/pull/87
went with a more comprehensive implementation - refer to the v5.0.0 release
one note, is that the
-t
option requiresbabel-core
to be installed otherwise it will error - at least it did for me!thanks for the push to get this done!