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
The coffee dependency is in package.json as "coffee-script" - which only goes up to 1.12.7
The latest version 2, is "coffeescript" ie with no dash.., which is now at 2.0.1
This prevents us from updating to v2?
In fact, coffeescript.org site shows npm install --save-dev coffeescript
ie no dash.
So do we just need to update this to use the non-dash version, or how should this be dealt with?