-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid updating to 2.0.0 jasmine-reporters #333
Avoid updating to 2.0.0 jasmine-reporters #333
Conversation
+1 It is happening the same to me and it is working with the patch. |
Better would be to not use |
@ljharb than it would not be possible to use v.1.0.0 I believe |
Then it should be locked to |
As ljharb says, you should use ^1.0 |
Please do not use the |
Right good catch, forgot about old node versions. |
+1 |
+1 This bug is currently breaking our builds. Any idea when this will be merged and released with a new version??? |
+1 |
+1 PS. Please merge it soon. |
+1 |
+1 soon please! |
@tebriel any chance of merging this anytime soon? |
Merged a different PR to fix. Published as 1.14.4, sorry y'all, new job has me putting out fires EVERYWHERE and all the time. |
@tebriel That was the wrong one - the carat character breaks older nodes (everything before 0.10.something). Please change it to use the tilde, like this PR has. |
Jasmine-node fixed dependency issues with jasmine-reporters in the newer version mhevery/jasmine-node#333 Needs this update otherwise npm install with latest 1.13 doesn't work :(
Quick fix for #330
Have confirmed that bug doesn't occur on 1.0.0