https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32951
--- Comment #3 from paxed <[email protected]> --- (In reply to David Cook from comment #2) > Are there instructions that you follow for installing Koha in this way? I'm using my own script, which automatically installs koha into a new lxc container. Looks like the problem is package names "yarn" vs "yarnpkg" - I'd told the script to install yarn, which I thought was yarn, but it seems the package that has node.js yarn is yarnpkg. (wtf?) ... Hmm, but it seems there'll be a problem: root@yarn-test:/# yarn --version bash: yarn: command not found root@yarn-test:/# yarnpkg --version 1.22.10 So, installing yarn from the debian packages, it'll be called yarnpkg, not yarn. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
