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
There is a bug in the latest version of coffee-script (one of the dependencies of jasmine-node.)
It's post-install script is making the npm install fail.
Yep, this should be done. I also just chased an error due to requiring the (now) correct coffeescript module and expecting it to be the same reference.
Hi All,
There is a bug in the latest version of
coffee-script
(one of the dependencies ofjasmine-node
.)It's post-install script is making the
npm install
fail.See here: jashkenas/coffeescript#4805
Possible fix: upgrade the dependency to
coffeescript
?The text was updated successfully, but these errors were encountered: