> > ps - you may need to do this > Copy the following modules in the "devDependencies" section to "dependencies" section in package.json: "concurrently": "^2.0.0", "typescript": "^1.8.10", "typings": "^1.0.4",
As Gary Liu - MSFT <http://stackoverflow.com/users/4989668/gary-liu-msft> says here: http://stackoverflow.com/questions/38037710/angular2-azure-continous-deployment-with-bitbucket-or-other-git-repo/38046588#38046588 And then KUDU will run npm install when you run the command git push azure main And it will be groooooooovy! -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
