-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Doesn't build correctly against node v 0.10.1 #223
Comments
Since you mentioned you're mentioned latest, I assume you don't have any reason to not be running the latest version. The latest version on brew is 0.10.10 and it seems to be working fine for me. brew update |
I'm having the same issue, did anyone find a solution? I updated to node version 0.10.10 and still have the same issue. |
Same here. |
I've found the solution to this problem. What's broken is handlebar 1.0.12, some other projects have the same issue. More info: |
Thanks ventayol, that did the trick. |
please reopen if still an issue |
I am running the latest version of node installed from brew.
npm install and the build step seem to work but I think it's generating JS which doesnt work as SwaggerUI throws an error in the js console:
Uncaught TypeError: Object # has no method 'merge'
The text was updated successfully, but these errors were encountered: