On 2016-06-17 05:08, Balazs Nagy wrote: > I'm trying to install the SAO web client v4.0.0 but I got always the > following error > > Step 10 : RUN curl -SL https://downloads.tryton.org/4.0/tryton-sao-4.0.0.tgz > | tar xz -C /usr/src/app --strip 1 && npm install -g > ---> Running in 6632edb76ab5 > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 100 492k 100 492k 0 0 170k 0 0:00:02 0:00:02 --:--:-- > 170k > > [email protected] postinstall /usr/local/node/lib/node_modules/tryton-sao > > bower install > > Error: EACCES, permission denied > '/root/.config/configstore/bower-github.json'
This is a bower use. But I guess you are not root but for some reason bower tries to store data in root home. So you could try to run it as root. PS: Please don't top-post on this mailing list, see http://groups.tryton.org/netiquette -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20160617130546.GE4037%40tetsuo.
