Advertisement
Guest User

Untitled

a guest
Nov 1st, 2017
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. macbook:UL_IceCream zolotoy$ npm run start
  2.  
  3. > gamification-box@0.0.0 start /Users/zolotoy/Sites/UL_IceCream
  4. > ng serve
  5.  
  6. Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options.
  7. Error: Tried to find bootstrap code, but could not. Specify either statically analyzable bootstrap code or pass in an entryModule to the plugins options.
  8. at Object.resolveEntryModuleFromMain (/Users/zolotoy/Sites/UL_IceCream/node_modules/@ngtools/webpack/src/entry_resolver.js:130:11)
  9. at AotPlugin._setupOptions (/Users/zolotoy/Sites/UL_IceCream/node_modules/@ngtools/webpack/src/plugin.js:162:50)
  10. at new AotPlugin (/Users/zolotoy/Sites/UL_IceCream/node_modules/@ngtools/webpack/src/plugin.js:30:14)
  11. at _createAotPlugin (/Users/zolotoy/Sites/UL_IceCream/node_modules/@angular/cli/models/webpack-configs/typescript.js:55:12)
  12. at Object.getNonAotConfig (/Users/zolotoy/Sites/UL_IceCream/node_modules/@angular/cli/models/webpack-configs/typescript.js:72:19)
  13. at NgCliWebpackConfig.buildConfig (/Users/zolotoy/Sites/UL_IceCream/node_modules/@angular/cli/models/webpack-config.js:29:37)
  14. at Class.run (/Users/zolotoy/Sites/UL_IceCream/node_modules/@angular/cli/tasks/serve.js:71:98)
  15. at check_port_1.checkPort.then.port (/Users/zolotoy/Sites/UL_IceCream/node_modules/@angular/cli/commands/serve.js:121:26)
  16. at process._tickCallback (internal/process/next_tick.js:103:7)
  17.  
  18. npm ERR! Darwin 16.7.0
  19. npm ERR! argv "/usr/local/Cellar/node/7.5.0/bin/node" "/usr/local/bin/npm" "run" "start"
  20. npm ERR! node v7.5.0
  21. npm ERR! npm v4.1.2
  22. npm ERR! code ELIFECYCLE
  23. npm ERR! gamification-box@0.0.0 start: `ng serve`
  24. npm ERR! Exit status 1
  25. npm ERR!
  26. npm ERR! Failed at the gamification-box@0.0.0 start script 'ng serve'.
  27. npm ERR! Make sure you have the latest version of node.js and npm installed.
  28. npm ERR! If you do, this is most likely a problem with the gamification-box package,
  29. npm ERR! not with npm itself.
  30. npm ERR! Tell the author that this fails on your system:
  31. npm ERR! ng serve
  32. npm ERR! You can get information on how to open an issue for this project with:
  33. npm ERR! npm bugs gamification-box
  34. npm ERR! Or if that isn't available, you can get their info via:
  35. npm ERR! npm owner ls gamification-box
  36. npm ERR! There is likely additional logging output above.
  37.  
  38. npm ERR! Please include the following file with any support request:
  39. npm ERR! /Users/zolotoy/Sites/UL_IceCream/npm-debug.log
  40. macbook:UL_IceCream zolotoy$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement