blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
910 stars 518 forks source link

blockchain-wallet-service start errors #238

Open senaweb opened 7 years ago

senaweb commented 7 years ago

Service v0.26.0, Node v6.11.0

I am getting the error bellow whiles trying to start the service with the command "blockchain-wallet-service start --port 3000"

1497261948044 - error: Error: Cannot find module 'core-js/modules/es6.symbol' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (/usr/local/lib/node_modules/blockchain-wallet-service/node_modules/blockchain-wallet-client/lib/index.js:6:1) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (/usr/local/lib/node_modules/blockchain-wallet-service/src/create.js:11:18) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) 1497261948121 - error: TypeError: Cannot read property 'start' of undefined at start (/usr/local/lib/node_modules/blockchain-wallet-service/bin/cli.js:58:9) at ontimeout (timers.js:386:14) at tryOnTimeout (timers.js:250:5) at Timer.listOnTimeout (timers.js:214:5)

Is there something I did not do well (new to this though), what could be the solution to this?

jtormey commented 7 years ago

Try upgrading to npm 3, then installing. npm install -g npm@3

potadibyo commented 7 years ago

after installing npm install -g npm@3 still blockchain-wallet-service start --port 3000 still gives error.. help me

KrotovRoman commented 7 years ago

At me too at start there are errors! 2017-09-09_125942

What to do?

GautamArya commented 6 years ago

I am facing the issue.

Yesterday, it was working fine. But, today the service is not just starting up.

I have followed the instruction from https://github.com/blockchain/service-my-wallet-v3#installation

When I try to run blockchain-wallet-service start --port 3000 It gives me following error.

blockchain-wallet-service : The term 'blockchain-wallet-service' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ blockchain-wallet-service start --port 3000
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (blockchain-wallet-service:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

My env

npm -v : 5.4.2 node -v: v8.9.4

Am I doing something wrong? How to correct it?