Advertisement
zbeucler

Untitled

May 26th, 2020
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. (base) MACdeMacBook-Pro:opensea-creatures zbeucler$ npm run ganache
  2.  
  3. > erc721-starter-contracts@1.0.0 ganache /Users/zbeucler/Desktop/Adventure_Pizza/Tutorials/ERC721/opensea-creatures
  4. > ganache-cli
  5.  
  6.  
  7. /Users/zbeucler/Desktop/Adventure_Pizza/Tutorials/ERC721/opensea-creatures/node_modules/ganache-cli/cli.js:8
  8. var {toChecksumAddress, BN} = require("ethereumjs-util");
  9. ^
  10. SyntaxError: Unexpected token {
  11. at Module._compile (module.js:439:25)
  12. at Object.Module._extensions..js (module.js:474:10)
  13. at Module.load (module.js:356:32)
  14. at Function.Module._load (module.js:312:12)
  15. at Function.Module.runMain (module.js:497:10)
  16. at startup (node.js:119:16)
  17. at node.js:945:3
  18.  
  19. npm ERR! Darwin 19.4.0
  20. npm ERR! argv "/Users/zbeucler/.nvm/v0.10.48/bin/node" "/Users/zbeucler/.nvm/v0.10.48/bin/npm" "run" "ganache"
  21. npm ERR! node v0.10.48
  22. npm ERR! npm v2.15.1
  23. npm ERR! code ELIFECYCLE
  24. npm ERR! erc721-starter-contracts@1.0.0 ganache: `ganache-cli`
  25. npm ERR! Exit status 8
  26. npm ERR!
  27. npm ERR! Failed at the erc721-starter-contracts@1.0.0 ganache script 'ganache-cli'.
  28. npm ERR! This is most likely a problem with the erc721-starter-contracts package,
  29. npm ERR! not with npm itself.
  30. npm ERR! Tell the author that this fails on your system:
  31. npm ERR! ganache-cli
  32. npm ERR! You can get information on how to open an issue for this project with:
  33. npm ERR! npm bugs erc721-starter-contracts
  34. npm ERR! Or if that isn't available, you can get their info via:
  35. npm ERR!
  36. npm ERR! npm owner ls erc721-starter-contracts
  37. npm ERR! There is likely additional logging output above.
  38.  
  39. npm ERR! Please include the following file with any support request:
  40. npm ERR! /Users/zbeucler/Desktop/Adventure_Pizza/Tutorials/ERC721/opensea-creatures/npm-debug.log
  41. (base) MACdeMacBook-Pro:opensea-creatures zbeucler$ npm run ganache --unsafe-perm
  42.  
  43. > erc721-starter-contracts@1.0.0 ganache /Users/zbeucler/Desktop/Adventure_Pizza/Tutorials/ERC721/opensea-creatures
  44. > ganache-cli
  45.  
  46.  
  47. /Users/zbeucler/Desktop/Adventure_Pizza/Tutorials/ERC721/opensea-creatures/node_modules/ganache-cli/cli.js:8
  48. var {toChecksumAddress, BN} = require("ethereumjs-util");
  49. ^
  50. SyntaxError: Unexpected token {
  51. at Module._compile (module.js:439:25)
  52. at Object.Module._extensions..js (module.js:474:10)
  53. at Module.load (module.js:356:32)
  54. at Function.Module._load (module.js:312:12)
  55. at Function.Module.runMain (module.js:497:10)
  56. at startup (node.js:119:16)
  57. at node.js:945:3
  58.  
  59. npm ERR! Darwin 19.4.0
  60. npm ERR! argv "/Users/zbeucler/.nvm/v0.10.48/bin/node" "/Users/zbeucler/.nvm/v0.10.48/bin/npm" "run" "ganache" "--unsafe-perm"
  61. npm ERR! node v0.10.48
  62. npm ERR! npm v2.15.1
  63. npm ERR! code ELIFECYCLE
  64. npm ERR! erc721-starter-contracts@1.0.0 ganache: `ganache-cli`
  65. npm ERR! Exit status 8
  66. npm ERR!
  67. npm ERR! Failed at the erc721-starter-contracts@1.0.0 ganache script 'ganache-cli'.
  68. npm ERR! This is most likely a problem with the erc721-starter-contracts package,
  69. npm ERR! not with npm itself.
  70. npm ERR! Tell the author that this fails on your system:
  71. npm ERR! ganache-cli
  72. npm ERR! You can get information on how to open an issue for this project with:
  73. npm ERR! npm bugs erc721-starter-contracts
  74. npm ERR! Or if that isn't available, you can get their info via:
  75. npm ERR!
  76. npm ERR! npm owner ls erc721-starter-contracts
  77. npm ERR! There is likely additional logging output above.
  78.  
  79. npm ERR! Please include the following file with any support request:
  80. npm ERR! /Users/zbeucler/Desktop/Adventure_Pizza/Tutorials/ERC721/opensea-creatures/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement