Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Error: Cannot find module 'kraken-api' #218

Closed
felipecaldas opened this issue Jun 4, 2017 · 4 comments
Closed

Error: Cannot find module 'kraken-api' #218

felipecaldas opened this issue Jun 4, 2017 · 4 comments

Comments

@felipecaldas
Copy link

Hey all,

Just pulled the repo minutes ago and getting this error now:

caldas@instance-1:~/zenbot$ ./zenbot.sh sim
module.js:328
    throw err;
    ^
Error: Cannot find module 'kraken-api'
    at Function.Module._resolveFilename (module.js:326:15)
    at Function.Module._load (module.js:277:25)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (/home/caldas/zenbot/extensions/kraken/exchange.js:1:82)
    at Module._compile (module.js:410:26)
    at Object.Module._extensions..js (module.js:417:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:354:17)
    at require (internal/module.js:12:17)
@grigio
Copy link
Contributor

grigio commented Jun 4, 2017

did you run npm install ?

@felipecaldas
Copy link
Author

Well, that was silly of me. That was indeed the issue. Didnt think to run the install after the pull.
closing.

@DeviaVir
Copy link
Owner

DeviaVir commented Jun 4, 2017

Fourth issue I find with the same problem, starting to wonder if we should add an update section in the README, instead of assuming people know how to update.

@grigio
Copy link
Contributor

grigio commented Jun 4, 2017

Probably an upgrade section for classic npm an docker

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants