Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. C:\projects\mp\src>ng new gui
  2. installing ng2
  3. create .editorconfig
  4. create README.md
  5. create src\app\app.component.css
  6. create src\app\app.component.html
  7. create src\app\app.component.spec.ts
  8. create src\app\app.component.ts
  9. create src\app\app.module.ts
  10. create src\app\index.ts
  11. create src\assets\.gitkeep
  12. create src\environments\environment.prod.ts
  13. create src\environments\environment.ts
  14. create src\favicon.ico
  15. create src\index.html
  16. create src\main.ts
  17. create src\polyfills.ts
  18. create src\styles.css
  19. create src\test.ts
  20. create src\tsconfig.json
  21. create src\typings.d.ts
  22. create angular-cli.json
  23. create e2e\app.e2e-spec.ts
  24. create e2e\app.po.ts
  25. create e2e\tsconfig.json
  26. create .gitignore
  27. create karma.conf.js
  28. create package.json
  29. create protractor.conf.js
  30. create tslint.json
  31. Successfully initialized git.
  32. Installing packages for tooling via npm.
  33. Installed packages for tooling via npm.
  34.  
  35. C:\projects\mp\src>cd gui
  36.  
  37. C:\projects\mp\src\gui>ng serve
  38. Unexpected token {
  39. SyntaxError: Unexpected token {
  40. at exports.runInThisContext (vm.js:53:16)
  41. at Module._compile (module.js:373:25)
  42. at Object.Module._extensions..js (module.js:416:10)
  43. at Module.load (module.js:343:32)
  44. at Function.Module._load (module.js:300:12)
  45. at Module.require (module.js:353:17)
  46. at require (internal/module.js:12:17)
  47. at Object.<anonymous> (C:\projects\mp\src\gui\node_modules\@ngtools\webpack\src\index.js:5:10)
  48. at Module._compile (module.js:409:26)
  49. at Object.Module._extensions..js (module.js:416:10)
  50. at Module.load (module.js:343:32)
  51. at Function.Module._load (module.js:300:12)
  52. at Module.require (module.js:353:17)
  53. at require (internal/module.js:12:17)
  54. at Object.<anonymous> (C:\projects\mp\src\gui\node_modules\angular-cli\models\webpack-build-typescript.js:5:17)
  55. at Module._compile (module.js:409:26)
  56. at Object.Module._extensions..js (module.js:416:10)
  57. at Module.load (module.js:343:32)
  58. at Function.Module._load (module.js:300:12)
  59. at Module.require (module.js:353:17)
  60. at require (internal/module.js:12:17)
  61. at Object.<anonymous> (C:\projects\mp\src\gui\node_modules\angular-cli\models\webpack-config.js:2:34)
  62. at Module._compile (module.js:409:26)
  63. at Object.Module._extensions..js (module.js:416:10)
  64. at Module.load (module.js:343:32)
  65. at Function.Module._load (module.js:300:12)
  66. at Module.require (module.js:353:17)
  67. at require (internal/module.js:12:17)
  68. at Object.<anonymous> (C:\projects\mp\src\gui\node_modules\angular-cli\tasks\build-webpack.js:6:24)
  69. at Module._compile (module.js:409:26)
  70. at Object.Module._extensions..js (module.js:416:10)
  71. at Module.load (module.js:343:32)
  72. at Function.Module._load (module.js:300:12)
  73. at Module.require (module.js:353:17)
  74. at require (internal/module.js:12:17)
  75. at Object.<anonymous> (C:\projects\mp\src\gui\node_modules\angular-cli\commands\build.js:3:23)
  76. at Module._compile (module.js:409:26)
  77. at Object.Module._extensions..js (module.js:416:10)
  78. at Module.load (module.js:343:32)
  79. at Function.Module._load (module.js:300:12)
  80. at Module.require (module.js:353:17)
  81. at require (internal/module.js:12:17)
  82. at Class.module.exports.includedCommands (C:\projects\mp\src\gui\node_modules\angular-cli\addon\index.js:21:16)
  83. at C:\projects\mp\src\gui\node_modules\angular-cli\lib\models\project.js:392:61
  84. at Array.forEach (native)
  85. at Project.addonCommands (C:\projects\mp\src\gui\node_modules\angular-cli\lib\models\project.js:391:15)
  86. at Project.eachAddonCommand (C:\projects\mp\src\gui\node_modules\angular-cli\lib\models\project.js:426:30)
  87. at module.exports (C:\projects\mp\src\gui\node_modules\angular-cli\lib\cli\lookup-command.js:33:13)
  88. at CLI.<anonymous> (C:\projects\mp\src\gui\node_modules\angular-cli\lib\cli\cli.js:34:26)
  89. at tryCatch (C:\projects\mp\src\gui\node_modules\rsvp\dist\rsvp.js:538:12)
  90. at invokeCallback (C:\projects\mp\src\gui\node_modules\rsvp\dist\rsvp.js:553:13)
  91. at publish (C:\projects\mp\src\gui\node_modules\rsvp\dist\rsvp.js:521:7)
  92. at flush (C:\projects\mp\src\gui\node_modules\rsvp\dist\rsvp.js:2373:5)
  93. at nextTickCallbackWith0Args (node.js:420:9)
  94. at process._tickCallback (node.js:349:13)
  95.  
  96. C:\projects\mp\src\gui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement