Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. [0] % npm run lib
  2.  
  3. > cycle-onionify@6.1.0 prelib /Users/abluem/dev/cycle-onionify
  4. > mkdir -p lib
  5.  
  6.  
  7. > cycle-onionify@6.1.0 lib /Users/abluem/dev/cycle-onionify
  8. > tsc
  9.  
  10. node_modules/@cycle/isolate/lib/cjs/index.d.ts(2,82): error TS1005: ';' expected.
  11. node_modules/@cycle/isolate/lib/cjs/index.d.ts(2,100): error TS1005: '=' expected.
  12. node_modules/@cycle/isolate/lib/cjs/index.d.ts(32,30): error TS1005: ';' expected.
  13. node_modules/@cycle/isolate/lib/cjs/index.d.ts(32,103): error TS1005: '(' expected.
  14. node_modules/@cycle/isolate/lib/cjs/index.d.ts(32,111): error TS1005: ')' expected.
  15. node_modules/@cycle/isolate/lib/cjs/index.d.ts(33,1): error TS1128: Declaration or statement expected.
  16. node_modules/@cycle/isolate/lib/cjs/index.d.ts(35,42): error TS1005: ';' expected.
  17. node_modules/@cycle/isolate/lib/cjs/index.d.ts(36,1): error TS1128: Declaration or statement expected.
  18. node_modules/@cycle/isolate/lib/cjs/index.d.ts(36,3): error TS1109: Expression expected.
  19. node_modules/@cycle/isolate/lib/cjs/index.d.ts(37,40): error TS1005: '(' expected.
  20. node_modules/@cycle/isolate/lib/cjs/index.d.ts(37,41): error TS1135: Argument expression expected.
  21. node_modules/@cycle/isolate/lib/cjs/index.d.ts(37,49): error TS1005: ')' expected.
  22. npm ERR! code ELIFECYCLE
  23. npm ERR! errno 2
  24. npm ERR! cycle-onionify@6.1.0 lib: `tsc`
  25. npm ERR! Exit status 2
  26. npm ERR!
  27. npm ERR! Failed at the cycle-onionify@6.1.0 lib script.
  28. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  29.  
  30. npm ERR! A complete log of this run can be found in:
  31. npm ERR! /Users/abluem/.npm/_logs/2018-10-05T10_38_31_837Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement