Skip to content

Instantly share code, notes, and snippets.

@timlevett
Created June 10, 2016 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timlevett/3f593af5f2b8aa14d574e2f9288c7f7a to your computer and use it in GitHub Desktop.
Save timlevett/3f593af5f2b8aa14d574e2f9288c7f7a to your computer and use it in GitHub Desktop.
levett@timtim:~/projects/test-a2-cli $ ng --version
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
angular-cli: local (v1.0.0-beta.5, branch: master)
node: 5.5.0
os: linux x64
levett@timtim:~/projects/test-a2-cli $ ng init
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
installing ng2
create .editorconfig
create src/app/app.component.css
create src/app/app.component.html
create src/app/app.component.spec.ts
create src/app/app.component.ts
create src/app/environment.ts
create src/app/index.ts
create src/app/shared/index.ts
create src/favicon.ico
create src/index.html
create src/main.ts
create src/system-config.ts
create src/tsconfig.json
create src/typings.d.ts
create angular-cli-build.js
create angular-cli.json
create config/environment.dev.ts
create config/environment.js
create config/environment.prod.ts
create config/karma-test-shim.js
create config/karma.conf.js
create config/protractor.conf.js
create e2e/app.e2e-spec.ts
create e2e/app.po.ts
create e2e/tsconfig.json
create e2e/typings.d.ts
create .gitignore
create package.json
create public/.gitignore
create public/.npmignore
create tslint.json
create typings.json
⠸ Installing packages for tooling via npm
├── es6-shim (ambient)
├── angular-protractor (ambient dev)
├── jasmine (ambient dev)
└── selenium-webdriver (ambient dev)
Installed packages for tooling via npm.
levett@timtim:~/projects/test-a2-cli $ ng build -prod
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
Build failed.
The Broccoli Plugin: [BundlePlugin] failed with:
Error on fetch for app/index.js at file:///home/levett/projects/test-a2-cli/tmp/bundle_plugin-input_base_path-TwQWAgrG.tmp/0/app/index.js
Loading main.js
Error: ENOENT: no such file or directory, open '/home/levett/projects/test-a2-cli/tmp/bundle_plugin-input_base_path-TwQWAgrG.tmp/0/app/app/index.js.map'
at Error (native)
The broccoli plugin was instantiated at:
at BundlePlugin.Plugin (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/broccoli-caching-writer/node_modules/broccoli-plugin/index.js:10:31)
at BundlePlugin.CachingWriter [as constructor] (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/broccoli-caching-writer/index.js:21:10)
at BundlePlugin (/home/levett/projects/test-a2-cli/node_modules/angular-cli/lib/broccoli/angular-broccoli-bundle.js:10:36)
at Angular2App._getBundleTree (/home/levett/projects/test-a2-cli/node_modules/angular-cli/lib/broccoli/angular2-app.js:421:22)
at Angular2App._buildTree (/home/levett/projects/test-a2-cli/node_modules/angular-cli/lib/broccoli/angular2-app.js:159:21)
at new Angular2App (/home/levett/projects/test-a2-cli/node_modules/angular-cli/lib/broccoli/angular2-app.js:53:23)
at module.exports (/home/levett/projects/test-a2-cli/angular-cli-build.js:6:10)
at Class.module.exports.Task.extend.setupBroccoliBuilder (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/lib/models/builder.js:55:19)
at Class.module.exports.Task.extend.init (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/lib/models/builder.js:89:10)
at new Class (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/node_modules/core-object/core-object.js:18:12)
at Class.module.exports.Task.extend.run (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/lib/tasks/build.js:15:19)
at /home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/lib/commands/build.js:32:24
at lib$rsvp$$internal$$tryCatch (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:1036:16)
at lib$rsvp$$internal$$invokeCallback (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:1048:17)
at /home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:331:11
at lib$rsvp$asap$$flush (/home/levett/projects/test-a2-cli/node_modules/angular-cli/node_modules/angular-cli/node_modules/rsvp/dist/rsvp.js:1198:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment