I try to build angular.js (master) on Ubuntu (I tried on Windows before but... even worse). node v0.10.25 npm 1.3.10 grunt-cli 0.1.13 (-g) bower 1.3.12 (-g)
I am following the guide at https://docs.angularjs.org/misc/contribute npm install ... OK grunt package >diff: node_modules/npm-shrinkwrap.cached.json: Not found... >Blowing away node_modules and reinstalling npm dependencies... > "arghhh.. not again" >... >... >Warning: stderr maxBuffer exceeded. Use --force to continue. >Aborted due to warnings. grunt package --force On each grunt task like grunt test:unit I get "Blowing away node_modules and reinstalling npm dependencies..." every time. This is really annoiyng. I think the npm-shrinkwrap.cached.json path is wrong? What should I do to build angular correctly? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
