-
Notifications
You must be signed in to change notification settings - Fork 1
Description
npm 4.0.2
biojs2galaxy 0.0.7
I've installed biojs2galaxy globally, and am now trying to install the MSA module, but getting the following errors:
$ biojs2galaxy msa -o config/plugins/visualizations/
#tmpdir: /tmp/tmp-441816p784gw
[ 'galaxy-biojs', 'galaxy-vis' ]
err { [Error: ESOCKETTIMEDOUT]
code: 'ESOCKETTIMEDOUT',
connect: false,
url: 'http://registry.nodejitsu.com/-/_view/byKeyword?startkey=%5B%22galaxy-biojs%22%5D&endkey=%5B%22galaxy-biojs%22%2C%7B%7D%5D&group_level=3&descending=false&stale=update_after',
statusCode: 500,
errors: [],
body: undefined,
data: {},
remaining: 0,
ratereset: 0,
ratelimit: 0 }
err { [Error: ESOCKETTIMEDOUT]
code: 'ESOCKETTIMEDOUT',
connect: false,
url: 'http://registry.nodejitsu.com/-/_view/byKeyword?startkey=%5B%22galaxy-vis%22%5D&endkey=%5B%22galaxy-vis%22%2C%7B%7D%5D&group_level=3&descending=false&stale=update_after',
statusCode: 500,
errors: [],
body: undefined,
data: {},
remaining: 0,
ratereset: 0,
ratelimit: 0 }
workmen info # pkgs 0
Any insight on how to solve the problem?
Thanks!