Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ➜ csssr-project-template git:(master) npm start -- --port=9000
  2.  
  3. > csssr-project-template@0.17.1 start /Users/anatolykhalizev/Code/csssr-project-template
  4. > gulp --debug "--port=9000"
  5.  
  6. [17:41:05] Requiring external module babel-register
  7. /Users/anatolykhalizev/Code/csssr-project-template/gulp/copy.js:1
  8. (function (exports, require, module, __filename, __dirname) { import gulp from 'gulp';
  9. ^^^^^^
  10.  
  11. SyntaxError: Unexpected token import
  12. at exports.runInThisContext (vm.js:53:16)
  13. at Module._compile (module.js:387:25)
  14. at loader (/Users/anatolykhalizev/Code/csssr-project-template/node_modules/babel-register/lib/node.js:134:5)
  15. at Object.require.extensions.(anonymous function) [as .js] (/Users/anatolykhalizev/Code/csssr-project-template/node_modules/babel-register/lib/node.js:144:7)
  16. at Module.load (module.js:357:32)
  17. at Function.Module._load (module.js:314:12)
  18. at Module.require (module.js:367:17)
  19. at require (internal/module.js:16:19)
  20. at requireDir (/Users/anatolykhalizev/Code/csssr-project-template/node_modules/require-dir/index.js:116:33)
  21. at Object.<anonymous> (gulpfile.babel.js:3:1)
  22.  
  23. npm ERR! Darwin 15.0.0
  24. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" "--" "--port=9000"
  25. npm ERR! node v5.6.0
  26. npm ERR! npm v3.6.0
  27. npm ERR! code ELIFECYCLE
  28. npm ERR! csssr-project-template@0.17.1 start: `gulp --debug "--port=9000"`
  29. npm ERR! Exit status 1
  30. npm ERR!
  31. npm ERR! Failed at the csssr-project-template@0.17.1 start script 'gulp --debug "--port=9000"'.
  32. npm ERR! Make sure you have the latest version of node.js and npm installed.
  33. npm ERR! If you do, this is most likely a problem with the csssr-project-template package,
  34. npm ERR! not with npm itself.
  35. npm ERR! Tell the author that this fails on your system:
  36. npm ERR! gulp --debug "--port=9000"
  37. npm ERR! You can get information on how to open an issue for this project with:
  38. npm ERR! npm bugs csssr-project-template
  39. npm ERR! Or if that isn't available, you can get their info via:
  40. npm ERR! npm owner ls csssr-project-template
  41. npm ERR! There is likely additional logging output above.
  42.  
  43. npm ERR! Please include the following file with any support request:
  44. npm ERR! /Users/anatolykhalizev/Code/csssr-project-template/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement