Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. npm start
  2.  
  3. > angular2-material@1.0.0 start /home/tfellner/workspace/angular2-material
  4. > tsc && concurrently "tsc -w" "lite-server"
  5.  
  6. app/app.module.ts(13,36): error TS2307: Cannot find module 'ng2-ace'.
  7.  
  8. npm ERR! Linux 4.7.6-1-ARCH
  9. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
  10. npm ERR! node v6.7.0
  11. npm ERR! npm v3.10.8
  12. npm ERR! code ELIFECYCLE
  13. npm ERR! angular2-material@1.0.0 start: `tsc && concurrently "tsc -w" "lite-server" `
  14. npm ERR! Exit status 2
  15. npm ERR!
  16. npm ERR! Failed at the angular2-material@1.0.0 start script 'tsc && concurrently "tsc -w" "lite-server" '.
  17. npm ERR! Make sure you have the latest version of node.js and npm installed.
  18. npm ERR! If you do, this is most likely a problem with the angular2-material package,
  19. npm ERR! not with npm itself.
  20. npm ERR! Tell the author that this fails on your system:
  21. npm ERR! tsc && concurrently "tsc -w" "lite-server"
  22. npm ERR! You can get information on how to open an issue for this project with:
  23. npm ERR! npm bugs angular2-material
  24. npm ERR! Or if that isn't available, you can get their info via:
  25. npm ERR! npm owner ls angular2-material
  26. npm ERR! There is likely additional logging output above.
  27.  
  28. npm ERR! Please include the following file with any support request:
  29. npm ERR! /home/tfellner/workspace/angular2-material/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement