Guest User

Untitled

a guest
Mar 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. sudo npm install -g @angular/cli
  2.  
  3. ng new angular-tour-of-heroes
  4.  
  5. ng serve --open
  6.  
  7. $ ng serve --open
  8. ** NG Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
  9. Date: 2018-03-22T21:34:11.543Z
  10. Hash: 990b3212bea3695a86e3
  11. Time: 2443ms
  12. chunk {inline} inline.bundle.js (inline) 3.85 kB [entry] [rendered]
  13. chunk {main} main.bundle.js (main) 494 bytes [initial] [rendered]
  14. chunk {polyfills} polyfills.bundle.js (polyfills) 293 bytes [initial] [rendered]
  15. chunk {styles} styles.bundle.js (styles) 282 bytes [initial] [rendered]
  16.  
  17. ERROR in multi (webpack)-dev-server/client?http://0.0.0.0:0 ./src/main.ts
  18. Module not found: Error: Can't resolve '/media/Soft/рабстол/programming/' in '/media/Soft/рабстол/programming/!angular2/heros/angular-tour-of-heroes'
  19. ERROR in multi ./src/styles.css
  20. Module not found: Error: Can't resolve '/media/Soft/рабстол/programming/' in '/media/Soft/рабстол/programming/!angular2/heros/angular-tour-of-heroes'
  21. ERROR in multi (webpack)-dev-server/client?http://0.0.0.0:0 ./src/main.ts
  22. Module not found: Error: Can't resolve '/media/Soft/рабстол/programming/' in '/media/Soft/рабстол/programming/!angular2/heros/angular-tour-of-heroes'
  23. ERROR in multi ./src/polyfills.ts
  24. Module not found: Error: Can't resolve '/media/Soft/рабстол/programming/' in '/media/Soft/рабстол/programming/!angular2/heros/angular-tour-of-heroes'
  25. ERROR in Error: Child compilation failed:
  26. Entry module not found: Error: Can't resolve '/media/Soft/рабстол/programming/' in '/media/Soft/рабстол/programming/!angular2/heros/angular-tour- of-heroes':
  27. Error: Can't resolve '/media/Soft/рабстол/programming/' in '/media/Soft/рабстол/programming/!angular2/heros/angular-tour-of-heroes'
  28.  
  29. - compiler.js:76
  30. [angular-tour-of-heroes]/[html-webpack-plugin]/lib/compiler.js:76:16
  31.  
  32. - Compiler.js:300 compile
  33. [angular-tour-of-heroes]/[webpack]/lib/Compiler.js:300:11
  34.  
  35. - Compiler.js:510 applyPluginsAsync.err
  36. [angular-tour-of-heroes]/[webpack]/lib/Compiler.js:510:14
  37.  
  38. - Tapable.js:202 next
  39. [angular-tour-of-heroes]/[tapable]/lib/Tapable.js:202:11
  40.  
  41. - CachePlugin.js:78 Compiler.<anonymous>
  42. [angular-tour-of-heroes]/[webpack]/lib/CachePlugin.js:78:5
  43.  
  44. - Tapable.js:206 Compiler.applyPluginsAsyncSeries
  45. [angular-tour-of-heroes]/[tapable]/lib/Tapable.js:206:13
  46.  
  47. - Compiler.js:507 compilation.seal.err
  48. [angular-tour-of-heroes]/[webpack]/lib/Compiler.js:507:11
  49.  
  50. - Tapable.js:195 Compilation.applyPluginsAsyncSeries
  51. [angular-tour-of-heroes]/[tapable]/lib/Tapable.js:195:46
  52.  
  53. - Compilation.js:677 applyPluginsAsync.err
  54. [angular-tour-of-heroes]/[webpack]/lib/Compilation.js:677:19
  55.  
  56. - Tapable.js:195 Compilation.applyPluginsAsyncSeries
  57. [angular-tour-of-heroes]/[tapable]/lib/Tapable.js:195:46
  58.  
  59. - Compilation.js:668 applyPluginsAsync.err
  60. [angular-tour-of-heroes]/[webpack]/lib/Compilation.js:668:11
  61.  
  62. - Tapable.js:195 Compilation.applyPluginsAsyncSeries
  63. [angular-tour-of-heroes]/[tapable]/lib/Tapable.js:195:46
  64.  
  65. - Compilation.js:663 applyPluginsAsync.err
  66. [angular-tour-of-heroes]/[webpack]/lib/Compilation.js:663:10
  67.  
  68. - Tapable.js:195 Compilation.applyPluginsAsyncSeries
  69. [angular-tour-of-heroes]/[tapable]/lib/Tapable.js:195:46
  70.  
  71. - Compilation.js:659 applyPluginsAsyncSeries
  72. [angular-tour-of-heroes]/[webpack]/lib/Compilation.js:659:9
  73.  
  74. - Tapable.js:195 Compilation.applyPluginsAsyncSeries
  75. [angular-tour-of-heroes]/[tapable]/lib/Tapable.js:195:46
  76.  
  77.  
  78.  
  79. webpack: Failed to compile.
Add Comment
Please, Sign In to add comment