2 Sep
2016
2 Sep
'16
3:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17241 --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Also, if you want to play with Bower, installing it on Debian is pretty trivial: sudo apt-get install nodejs npm sudo ln -s /usr/bin/nodejs /usr/bin/node # Most node packages look for node, not nodejs sudo npm install bower -g Because we have separate lib directories on the staff and opac side, they will need to be managed separately ( unless we decide to unify them at some point ). This patch starts with the staff side. -- You are receiving this mail because: You are watching all bug changes.