-
Notifications
You must be signed in to change notification settings - Fork 30
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
Not backward compatible. #26
Comments
Looks like you aren't compatible with older versions of node.. |
It looks like hapijs/qs are planning to support only Node v4 and above (see hapijs/qs#124), hence this issue. I too faced the same issue on my Node v0.12.7 installation. In my case, upgrading to Node v4.2.2 LTS helped resolve it. |
+1 Noticed the same with qs yesterday. My app isn't yet Node v4 compatible and I don't have time for it right now, so I just switched for https://www.npmjs.com/package/gulp-fontello instead. :P |
If upgrading to Node v4+ is not possible, then a temporary workaround can be made by shrinkwrap-ing qs and locking down its version to v5.2.0. Committing an
After adding the above file, run |
Sorry, everyone, for the lack of response here. I'm not totally clear on the best way forward here but if there's a strong consensus I'll try to make that happen. |
I personally just upgraded node and it works fine. |
After installing from npm, the following makes fontello-cli unusable:
The text was updated successfully, but these errors were encountered: