Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. joseph@ubuntu:~/Desktop/arc.js$ npm start test.ganache.run
  2.  
  3. > @daostack/arc.js@0.0.0-alpha.25 start /home/joseph/Desktop/arc.js
  4. > nps "test.ganache.run"
  5.  
  6. /home/joseph/Desktop/arc.js/package-scripts.js:107
  7. ),
  8. ^
  9.  
  10. SyntaxError: Unexpected token )
  11. at createScript (vm.js:56:10)
  12. at Object.runInThisContext (vm.js:97:10)
  13. at Module._compile (module.js:542:28)
  14. at Object.Module._extensions..js (module.js:579:10)
  15. at Module.load (module.js:487:32)
  16. at tryModuleLoad (module.js:446:12)
  17. at Function.Module._load (module.js:438:3)
  18. at Module.require (module.js:497:17)
  19. at require (internal/module.js:20:19)
  20. at requireDefaultFromModule (/home/joseph/Desktop/arc.js/node_modules/nps/dist/bin-utils/index.js:176:13)
  21.  
  22. npm ERR! Linux 4.13.0-32-generic
  23. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start" "test.ganache.run"
  24. npm ERR! node v6.11.4
  25. npm ERR! npm v3.5.2
  26. npm ERR! code ELIFECYCLE
  27. npm ERR! @daostack/arc.js@0.0.0-alpha.25 start: `nps "test.ganache.run"`
  28. npm ERR! Exit status 1
  29. npm ERR!
  30. npm ERR! Failed at the @daostack/arc.js@0.0.0-alpha.25 start script 'nps "test.ganache.run"'.
  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 @daostack/arc.js package,
  33. npm ERR! not with npm itself.
  34. npm ERR! Tell the author that this fails on your system:
  35. npm ERR! nps "test.ganache.run"
  36. npm ERR! You can get information on how to open an issue for this project with:
  37. npm ERR! npm bugs @daostack/arc.js
  38. npm ERR! Or if that isn't available, you can get their info via:
  39. npm ERR! npm owner ls @daostack/arc.js
  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! /home/joseph/Desktop/arc.js/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement