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?
The text was updated successfully, but these errors were encountered:
PandaWood
changed the title
coffee-script dependency is wrong so can't update to version 2?
coffee-script dependency prevents udpating to version 2
Oct 5, 2017
There is already a pull requests but seems that like grunt is dead because the website show that the last release is of 2016 and no one is taking care of pull requests.
It is not clear who is the maintainer of this package to ping to approve that change.
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?
http://coffeescript.org
The text was updated successfully, but these errors were encountered: