Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. > universal-redux-template@0.0.0 start /Users/artur.aralin/dev/food-scene/frontend-client
  2. > cross-env NODE_PATH=./app concurrently --kill-others "node app/server" "webpack --watch"
  3.  
  4. [1] /Users/artur.aralin/dev/food-scene/frontend-client/webpack.config.js:100
  5. [1] );
  6. [1] ^
  7. [1] SyntaxError: Unexpected token )
  8. [1] at Object.exports.runInThisContext (vm.js:53:16)
  9. [1] at Module._compile (module.js:513:28)
  10. [1] at Object.Module._extensions..js (module.js:550:10)
  11. [1] at Module.load (module.js:458:32)
  12. [1] at tryModuleLoad (module.js:417:12)
  13. [1] at Function.Module._load (module.js:409:3)
  14. [1] at Module.require (module.js:468:17)
  15. [1] at require (internal/module.js:20:19)
  16. [1] at requireConfig (/Users/artur.aralin/dev/food-scene/frontend-client/node_modules/webpack/bin/convert-argv.js:97:18)
  17. [1] at /Users/artur.aralin/dev/food-scene/frontend-client/node_modules/webpack/bin/convert-argv.js:104:17
  18. [1] webpack --watch exited with code 1
  19. --> Sending SIGTERM to other processes..
  20. [0] node app/server exited with code null
  21.  
  22. npm ERR! Darwin 16.6.0
  23. npm ERR! argv "/Users/artur.aralin/.nvm/versions/node/v6.2.2/bin/node" "/Users/artur.aralin/.nvm/versions/node/v6.2.2/bin/npm" "start"
  24. npm ERR! node v6.2.2
  25. npm ERR! npm v3.9.5
  26. npm ERR! code ELIFECYCLE
  27. npm ERR! universal-redux-template@0.0.0 start: `cross-env NODE_PATH=./app concurrently --kill-others "node app/server" "webpack --watch" `
  28. npm ERR! Exit status 1
  29. npm ERR!
  30. npm ERR! Failed at the universal-redux-template@0.0.0 start script 'cross-env NODE_PATH=./app concurrently --kill-others "node app/server" "webpack --watch" '.
  31. npm ERR! Make sure you have the latest version of node.js and npm installed.
  32. npm ERR! If you do, this is most likely a problem with the universal-redux-template package,
  33. npm ERR! not with npm itself.
  34. npm ERR! Tell the author that this fails on your system:
  35. npm ERR! cross-env NODE_PATH=./app concurrently --kill-others "node app/server" "webpack --watch"
  36. npm ERR! You can get information on how to open an issue for this project with:
  37. npm ERR! npm bugs universal-redux-template
  38. npm ERR! Or if that isn't available, you can get their info via:
  39. npm ERR! npm owner ls universal-redux-template
  40. npm ERR! There is likely additional logging output above.
  41.  
  42. npm ERR! Please include the following file with any support request:
  43. npm ERR! /Users/artur.aralin/dev/food-scene/frontend-client/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement