swirl:~$ ng new test-angular-app CREATE test-angular-app/README.md (1031 bytes) CREATE test-angular-app/angular.json (3638 bytes) CREATE test-angular-app/package.json (1321 bytes) CREATE test-angular-app/tsconfig.json (408 bytes) CREATE test-angular-app/tslint.json (2805 bytes) CREATE test-angular-app/.editorconfig (245 bytes) CREATE test-angular-app/.gitignore (503 bytes) CREATE test-angular-app/src/favicon.ico (5430 bytes) CREATE test-angular-app/src/index.html (301 bytes) CREATE test-angular-app/src/main.ts (370 bytes) CREATE test-angular-app/src/polyfills.ts (3194 bytes) CREATE test-angular-app/src/test.ts (642 bytes) CREATE test-angular-app/src/styles.css (80 bytes) CREATE test-angular-app/src/browserslist (375 bytes) CREATE test-angular-app/src/karma.conf.js (964 bytes) CREATE test-angular-app/src/tsconfig.app.json (170 bytes) CREATE test-angular-app/src/tsconfig.spec.json (256 bytes) CREATE test-angular-app/src/tslint.json (314 bytes) CREATE test-angular-app/src/assets/.gitkeep (0 bytes) CREATE test-angular-app/src/environments/environment.prod.ts (51 bytes) CREATE test-angular-app/src/environments/environment.ts (642 bytes) CREATE test-angular-app/src/app/app.module.ts (314 bytes) CREATE test-angular-app/src/app/app.component.css (0 bytes) CREATE test-angular-app/src/app/app.component.html (1141 bytes) CREATE test-angular-app/src/app/app.component.spec.ts (1025 bytes) CREATE test-angular-app/src/app/app.component.ts (220 bytes) CREATE test-angular-app/e2e/protractor.conf.js (752 bytes) CREATE test-angular-app/e2e/tsconfig.e2e.json (213 bytes) CREATE test-angular-app/e2e/src/app.e2e-spec.ts (312 bytes) CREATE test-angular-app/e2e/src/app.po.ts (208 bytes) npm WARN deprecated istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump > node-sass@4.9.3 install /home/alexk/test-angular-app/node_modules/node-sass > node scripts/install.js Cached binary found at /home/alexk/.npm/node-sass/4.9.3/linux-x64-57_binding.node > node-sass@4.9.3 postinstall /home/alexk/test-angular-app/node_modules/node-sass > node scripts/build.js Binary found at /home/alexk/test-angular-app/node_modules/node-sass/vendor/linux-x64-57/binding.node Testing binary Binary is fine npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) added 1092 packages in 36.135s Successfully initialized git. swirl:~$ du -sh test-angular-app 344M test-angular-app