Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Installing packages for tooling via npm.
  2. Installed packages for tooling via npm.
  3. Successfully initialized git.
  4. Project 'angularapp' successfully created.
  5. [alex@dole trackclips]$ cd angularapp/
  6. [alex@dole angularapp]$ ng generate component users
  7. Cannot read property 'NullLogger' of undefined
  8. TypeError: Cannot read property 'NullLogger' of undefined
  9. at SchematicEngine.createContext (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular-devkit/schematics/src/engine/engine.js:75:39)
  10. at SchematicImpl.call (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular-devkit/schematics/src/engine/schematic.js:35:38)
  11. at Promise (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular/cli/tasks/schematic-run.js:77:23)
  12. at new Promise (<anonymous>)
  13. at Class.run (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular/cli/tasks/schematic-run.js:76:16)
  14. at Class.run (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular/cli/commands/generate.js:148:33)
  15. at resolve (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular/cli/ember-cli/lib/models/command.js:261:20)
  16. at new Promise (<anonymous>)
  17. at Class.validateAndRun (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular/cli/ember-cli/lib/models/command.js:240:12)
  18. at Promise.resolve.then.then (/mnt/cephfs/alex/dev/trackclips/angularapp/node_modules/@angular/cli/ember-cli/lib/cli/cli.js:140:24)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement