Advertisement
tha-dude

rxjs-chat error

Jan 4th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. ERROR in ./~/extract-text-webpack-plugin/loader.js?{"omit":1,"extract":true,"remove":true}!./~/style-loader!./~/css-loader?sourceMap!./~/sass-loader?outputStyle=expanded&root=/Users/xxxx/Projects/ng-book2-code/rxjs/chat/app&&includePaths[]/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules&&includePaths[]/Users/xxxx/Projects/ng-book2-code/rxjs/chat/app!./app/css/styles.scss
  2. Module build failed: Error: /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1168:23
  3. Cannot find name 'arg'.
  4. at emitError (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/awesome-typescript-loader/dist/index.js:262:45)
  5. at Array.forEach (native)
  6. at Compiler.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/awesome-typescript-loader/dist/index.js:265:24)
  7. at Compiler.next (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/tapable/lib/Tapable.js:69:14)
  8. at Compiler.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/CachePlugin.js:40:4)
  9. at Compiler.applyPluginsAsync (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/tapable/lib/Tapable.js:71:13)
  10. at Compiler.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compiler.js:400:9)
  11. at Compilation.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:577:13)
  12. at Compilation.applyPluginsAsync (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/tapable/lib/Tapable.js:60:69)
  13. at Compilation.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:572:10)
  14. at Compilation.applyPluginsAsync (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/tapable/lib/Tapable.js:60:69)
  15. at Compilation.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:567:9)
  16. at Compilation.applyPluginsAsync (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/tapable/lib/Tapable.js:60:69)
  17. at Compilation.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:563:8)
  18. at Compilation.applyPluginsAsync (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/tapable/lib/Tapable.js:60:69)
  19. at Compilation.seal (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:525:7)
  20. at Compiler.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compiler.js:397:15)
  21. at /Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/tapable/lib/Tapable.js:103:11
  22. at Compilation.<anonymous> (/Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:445:10)
  23. at /Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:417:12
  24. at /Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/lib/Compilation.js:332:10
  25. at /Users/xxxx/Projects/ng-book2-code/rxjs/chat/node_modules/webpack/node_modules/async/lib/async.js:52:16
  26.  
  27. ERROR in /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1168:23
  28. Cannot find name 'arg'.
  29.  
  30. ERROR in /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1168:27
  31. ';' expected.
  32.  
  33. ERROR in /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1168:27
  34. Cannot find name 'is'.
  35.  
  36. ERROR in /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1168:30
  37. ';' expected.
  38.  
  39. ERROR in /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1168:40
  40. '(' expected.
  41.  
  42. ERROR in /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1169:25
  43. '(' expected.
  44.  
  45. ERROR in /Users/xxxx/.npm-packages/lib/node_modules/typescript/lib/lib.d.ts:1170:0
  46. Declaration or statement expected.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement