"coffee-script" dependency in "package.json" is currently "anything-goes", but without an explicit CoffeeScript dependency for a recent version added to my local project, I wind up with CoffeeScript v1.3.1, which does not support the require('coffee-script').register() call in "index.js", causing an immediate crash.
"coffee-script"dependency in"package.json"is currently "anything-goes", but without an explicit CoffeeScript dependency for a recent version added to my local project, I wind up with CoffeeScript v1.3.1, which does not support therequire('coffee-script').register()call in"index.js", causing an immediate crash.