You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
The text was updated successfully, but these errors were encountered:
"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.The text was updated successfully, but these errors were encountered: