Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1.  
  2. Teodors-MacBook-Air:localshisha-app tsvetkov$ ionic serve
  3. > ng run app:serve --host=localhost --port=8100
  4. [ng] Compiling ionic4-rating : main as commonjs
  5. [ng] Error: Error on worker #3: Error: Failed to compile entry-point ionic4-rating (main as commonjs) due to compilation errors:
  6. [ng] node_modules/ionic4-rating/dist/ionic-rating.module.js:19:27 - error NG1010: Value at position 0 in the NgModule.declarations of IonicRatingModule is not a reference: [object Object]
  7. [ng] 19 declarations: [RatingComponent]
  8. [ng] ~~~~~~~~~~~~~~~~~
  9. [ng] at ClusterWorker.compile (/Users/tsvetkov/DEV/localshisha-app/node_modules/@angular/compiler-cli/ngcc/src/main.js:177:27)
  10. [ng] at Worker.<anonymous> (/Users/tsvetkov/DEV/localshisha-app/node_modules/@angular/compiler-cli/ngcc/src/execution/cluster/worker.js:44:42)
  11. [ng] at Worker.emit (events.js:315:20)
  12. [ng] at process.<anonymous> (internal/cluster/worker.js:32:12)
  13. [ng] at process.emit (events.js:315:20)
  14. [ng] at emit (internal/child_process.js:881:12)
  15. [ng] at processTicksAndRejections (internal/process/task_queues.js:85:21)
  16. [ng] at ClusterMaster.onWorkerMessage (/Users/tsvetkov/DEV/localshisha-app/node_modules/@angular/compiler-cli/ngcc/src/execution/cluster/master.js:158:27)
  17. [ng] at /Users/tsvetkov/DEV/localshisha-app/node_modules/@angular/compiler-cli/ngcc/src/execution/cluster/master.js:46:95
  18. [ng] at ClusterMaster.<anonymous> (/Users/tsvetkov/DEV/localshisha-app/node_modules/@angular/compiler-cli/ngcc/src/execution/cluster/master.js:238:57)
  19. [ng] at step (/Users/tsvetkov/DEV/localshisha-app/node_modules/tslib/tslib.js:133:27)
  20. [ng] at Object.next (/Users/tsvetkov/DEV/localshisha-app/node_modules/tslib/tslib.js:114:57)
  21. [ng] at /Users/tsvetkov/DEV/localshisha-app/node_modules/tslib/tslib.js:107:75
  22. [ng] at new Promise (<anonymous>)
  23. [ng] at Object.__awaiter (/Users/tsvetkov/DEV/localshisha-app/node_modules/tslib/tslib.js:103:16)
  24. [ng] at EventEmitter.<anonymous> (/Users/tsvetkov/DEV/localshisha-app/node_modules/@angular/compiler-cli/ngcc/src/execution/cluster/master.js:232:32)
  25. [ng] at EventEmitter.emit (events.js:315:20)
  26. [ng] Compiling @ionic/angular : module as esm5
  27. [ng] An unhandled exception occurred: NGCC failed.
  28. [ng] See "/private/var/folders/hg/q5cf37951yb2bns6x3pyngzr0000gn/T/ng-q0txdr/angular-errors.log" for further details.
  29.  
  30. [ERROR] ng has unexpectedly closed (exit code 127).
  31.  
  32. The Ionic CLI will exit. Please check any output above for error
  33. details.
  34. Teodors-MacBook-Air:localshisha-app tsvetkov$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement