-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
I did a global install of bionode, which installed /usr/bin/bionode in my $PATH.
When I run "bionode" I get this error:
Please check the documentation at http://doc.bionode.io
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)
Is this expected behaviour?
I notice it downloaded and installed a bunch of tools, and I can see them in /usr/lib/node_modules/bionode/node_modules/ including a subfolder bionode-ncbi but I don't have any tool called bionode-ncbi I can run?
I've never really used npm/Node software before, so any help appreciated.
Reactions are currently unavailable