Closed ghost closed 8 years ago
Our dockerized CI environment fails to build.
During the npm install phase after angular-loggly-logger is downloaded bower install is run by the root user causing the error.
npm install
bower install
I don't think it hurts to add the --allow-root flag here.
--allow-root
Coverage remained the same at 78.472% when pulling 8290d40c9cb2d3127a4f30f766a0125a0b75637a on spira:hotfix/npm-postinstall into 46fe57cf1d5d24bb52d328a2baea3a807a9f5867 on ajbrown:master.
@jeremysik let me get a second opinion on allow-root before pulling this in.
allow-root
Our dockerized CI environment fails to build.
During the
npm install
phase after angular-loggly-logger is downloadedbower install
is run by the root user causing the error.I don't think it hurts to add the
--allow-root
flag here.