Closed astrojuanlu closed 5 years ago
Hi @Juanlu001,
When installing orca through npm, the entry point script should be node_modules/orca/bin/orca.js
. I think it is probably a mistake that this orca.sh
script is included in the installation.
I think it is probably a mistake that this
orca.sh
script is included in the installation.
good call, we should .npmignore
it!
Thanks and sorry for the dumb issue, I'm not used to have .js
files as executable :innocent:
Thanks and sorry for the dumb issue, I'm not used to have
.js
files as executable
Because is resolved, I'm closing this one.
I tried following the official npm + pip installation instructions on Linux and apparently all went fine:
I avoided
-g
though, because... Well, I don't know NPM well enough to confidently install anything globally. As a result of my ignorance I don't know where the binary is supposed to be, but I looked in./node_modules/orca/bin/orca.sh
and found a surprise:I'm a bit puzzled here. I understand that there are three alternative installation methods (conda, AppImage, and Docker) but just wanted to leave this here in case there's something wrong.