Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. > shopnow@1.0.0 start F:\college_notes\nonaspnet\shopnow\client
  2. > tsc && concurrently "tsc -w" "lite-server"
  3.  
  4. app/components/items/items.components.ts(40,33): error TS2339: Property '_id' does not exist on type 'Item'.
  5.  
  6. npm ERR! Windows_NT 6.1.7601
  7. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "sta
  8. rt"
  9. npm ERR! node v7.4.0
  10. npm ERR! npm v4.0.5
  11. npm ERR! code ELIFECYCLE
  12. npm ERR! shopnow@1.0.0 start: `tsc && concurrently "tsc -w" "lite-server" `
  13. npm ERR! Exit status 2
  14. npm ERR!
  15. npm ERR! Failed at the shopnow@1.0.0 start script 'tsc && concurrently "tsc -w" "lite-server" '.
  16. npm ERR! Make sure you have the latest version of node.js and npm installed.
  17. npm ERR! If you do, this is most likely a problem with the shopnow package,
  18. npm ERR! not with npm itself.
  19. npm ERR! Tell the author that this fails on your system:
  20. npm ERR! tsc && concurrently "tsc -w" "lite-server"
  21. npm ERR! You can get information on how to open an issue for this project with:
  22. npm ERR! npm bugs shopnow
  23. npm ERR! Or if that isn't available, you can get their info via:
  24. npm ERR! npm owner ls shopnow
  25. npm ERR! There is likely additional logging output above.
  26.  
  27. npm ERR! Please include the following file with any support request:
  28. npm ERR! F:\college_notes\nonaspnet\shopnow\client\npm-debug.log
  29. PS F:\college_notes\nonaspnet\shopnow\client>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement