【发布时间】:2016-10-22 06:16:37
【问题描述】:
在 bitbucket 上推送 angular2 应用时,我们是否还需要同时推送 node_modules 和 typings 文件夹?我必须在 azure 上部署该应用程序。据我从各种文章中了解到,当我们在 Azure 上部署时,它会自行运行 npm install ,因此会创建 node_modules 和 typings 文件夹。请分享这个。
【问题讨论】:
-
不,我认为您不需要推送 node_modules。
标签: node.js azure angular typescript bitbucket