-
Notifications
You must be signed in to change notification settings - Fork 83
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
text output format not working #46
Comments
If somebody needs to hotfix, you can do it by simply removing a join here: makevoid@e011503 I suppose the "base" error is in This code from u.strings ( https://github.com/epeli/underscore.string/blob/c1f7b1fa64bd6cecbe05689c05e66f7df68d8797/exports.js#L5 ) is checking for |
The package.json for underscore-cli is using "*" for underscore.string, which allows for broken compatibility (although in this case it probably would've broken anyway). We worked around this issue by adding a specific version of underscore.string to our package.json (not the underscore-cli package.json), which forces underscore-cli to use the working version. Here is the version we are using: "underscore.string": "3.1.1" |
Maybe it can be locked on master until the issue is fixed? |
+1. just ran into this |
--outfmt text appears to be broken because underscore.string version 3.2.3 added map function.
output is:
Error formatting output data in mode 'text': undefined is not a function
The text was updated successfully, but these errors were encountered: