-
Notifications
You must be signed in to change notification settings - Fork 119
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
gulp build fails #9
Comments
Already tried various versions of node, bootstrap and angular without any success. |
I have this exactly same issue, but with the 'AniTheme':
I noticed we both have the DeprecationWarning. Node version: v6.10.3 |
I have same versions, but have tried with various others too with similar results. |
The issue is related to broken regex for conditional. A patch looks like this.
Unfortunately this just uncovered another issue opening
|
Looking at this issue it seems Angular must be fixed to 1.3.17, so cleaning all with Now it would just be nice to update things to more recent Angular... ;-) |
I just downloaded the theme and wanted to build it but after
bower install && npm install
it fails when runninggulp build
like so:Googling for this seems like an ocean of all kinds of issues around node, bootstrap and tools. Any idea what versions or setup should work or how to start resolving this?
The text was updated successfully, but these errors were encountered: