jasmine-node icon indicating copy to clipboard operation
jasmine-node copied to clipboard

Dependency coffee-script triggers a failure on Windows.

Open Kylir opened this issue 8 years ago • 1 comments

Hi All,

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.

See here: https://github.com/jashkenas/coffeescript/issues/4805

Possible fix: upgrade the dependency to coffeescript?

Kylir avatar Nov 30 '17 14:11 Kylir

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.

cha0s avatar Mar 24 '18 19:03 cha0s