Open shantanugautam opened 8 years ago
Same problem here when i try to build the project, however "gulp serve" works as expected, but actually it's written on the main page "build:failing"...
Hi, can you try with https://github.com/FountainJS/generator-fountain-webapp who is the next iteration of gulp-angular ?
i am working on existing project. just created a test project to verify if there was an issue there . The problem was with angular template cache , its unable to create a file if it doesn't exist at this step
.pipe($.angularTemplatecache('templateCacheHtml.js', {
module: '<modulename>',
root: 'app'
}))
You have to manually create it .
problem is in gulp-header, see issue https://github.com/tracker1/gulp-header/issues/37
@danivek thank you for identifying the root cause. Much appreciated
Confirm that adding:
"gulp-header": "1.8.2"
to package.json dev dependencies, works as workaround.
I had the error on wercker.com when building my app. Adding "gulp-header": "1.8.2" to package.json solved the issue. Thanks!
Maybe somebody will find this useful:
Adding gulp-header@1.8.2
didn't work for my app, neither did removing whole node_modules
and npm-install
-ing them from scratch.
Since I wasn't able to reproduce this on freshly bootstrapped Todo-MVC (generator-fountain-angular1@0.6.0
), what finally helped was copying it's node_modules
to my project and installing only additional deps. Apart from those additional deps, there were no differences between package.json
files. Crazy.
This is a fresh response from a freshly generated project