Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. src/app/list-pokemon.component.ts(11,18): error TS1005: '=' expected.
  2. src/app/list-pokemon.component.ts(11,20): error TS1005: ';' expected.
  3. npm ERR! code ELIFECYCLE
  4. npm ERR! errno 2
  5. npm ERR! ng-pokemon-app@1.0.0 build: `tsc -p src/`
  6. npm ERR! Exit status 2
  7. npm ERR!
  8. npm ERR! Failed at the ng-pokemon-app@1.0.0 build script.
  9. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  10.  
  11. npm ERR! A complete log of this run can be found in:
  12. npm ERR! C:\Users\adhont\AppData\Roaming\npm-cache\_logs\2019-01-21T11_07_02_207Z-debug.log
  13. npm ERR! code ELIFECYCLE
  14. npm ERR! errno 2
  15. npm ERR! ng-pokemon-app@1.0.0 prestart: `npm run build`
  16. npm ERR! Exit status 2
  17. npm ERR!
  18. npm ERR! Failed at the ng-pokemon-app@1.0.0 prestart script.
  19. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  20.  
  21. npm ERR! A complete log of this run can be found in:
  22. npm ERR! C:\Users\adhont\AppData\Roaming\npm-cache\_logs\2019-01-21T11_07_02_335Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement