由角度cli生成的不同文件集

时间:2016-09-21 11:53:13

标签: node.js angular npm angular-cli

我是angular2的初学者,我正在学习不同的教程。以下是其文件的结构:

教程相对于下图的链接:

https://www.udemy.com/ultimate-angular-2/learn/v4/t/lecture/5723842

enter image description here

教程相对于下图的链接:

https://www.youtube.com/watch?v=DBjPIabiRNg

enter image description here

我的不同之处在于缺少config,dist,node_modules,tmp和typings文件夹:

enter image description here

我正在使用这些版本:

$node -v
v6.6.0
$npm -v
3.10.7
$ng -v
angular-cli: 1.0.0-beta.15
node: 6.6.0
os: darwin x64

angular-cli安装错误:

https://gist.github.com/kim-montano/df9d492ce83768b744fc9a5f6d8bf498

我做的步骤:

  1. 已下载:https://nodejs.org/en/download/current/
  2. 我运行了这个命令:$ npm install -g angular-cli
  3. 去了我想要angular2项目的文档中的文件夹 出现。
  4. 键入:ng new first-app

1 个答案:

答案 0 :(得分:0)

有可能在昨天(2016年9月20日)发布1.0.0-beta.15时,您正在查看的教程使用的是旧版本的CLI,可能不同的文件结构。

如果您提供了更多详细信息,以便人们能够为您提供帮助,那将非常有用。

更新:您提到缺少node_modules文件夹。这可能是因为您尚未运行npm install来安装项目依赖项。 tmpdist文件夹与您构建项目时相关。