[Firefish] can't install

My YunoHost server

Hardware: Raspberry Pi at home
YunoHost version: 11.2.9.1
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version: firefish 1.0.5rc~ynh1

Description of my issue

Coming from this discussion I tried to install firefish but I failed.

The installation procedure gives this warning

Warning: /usr/bin/env: ‘node’: No such file or directory
Warning: /opt/node_n/bin/n: line 746: /opt/node_n/bin/node: No such file or directory

and then it fails.

And really I cannot find anything in /opt (except for other installation such as ffsync, matrix and yunohost).

Full log

Bad news for firefish

:face_exhaling:

@oufmilo what I am guessing is that pnpm doesn’t use the same reference as $ynh_npm here https://github.com/YunoHost-Apps/firefish_ynh/blob/master/scripts/install#L75, and can’t find node in that case.
We would need to find a way to force it to use the same ynh node lib.

Also I wonder if ynh_exec_as $app env $ynh_node_load_PATH is needed for the corepack commands :thinking:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.