我是angular2的初学者,我正在学习不同的教程。以下是其文件的结构:
教程相对于下图的链接:
https://www.udemy.com/ultimate-angular-2/learn/v4/t/lecture/5723842
教程相对于下图的链接:
https://www.youtube.com/watch?v=DBjPIabiRNg
我的不同之处在于缺少config,dist,node_modules,tmp和typings文件夹:
我正在使用这些版本:
$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
我做的步骤:
答案 0 :(得分:0)
有可能在昨天(2016年9月20日)发布1.0.0-beta.15时,您正在查看的教程使用的是旧版本的CLI,可能不同的文件结构。
如果您提供了更多详细信息,以便人们能够为您提供帮助,那将非常有用。
更新:您提到缺少node_modules
文件夹。这可能是因为您尚未运行npm install
来安装项目依赖项。 tmp
和dist
文件夹与您构建项目时相关。