7 lines
272 B
Plaintext
7 lines
272 B
Plaintext
# You have to specify "--unsafe-perm" with npm install
|
|
# when running as root. Failing to do this can cause
|
|
# install to appear to succeed even if a preinstall
|
|
# script fails, and may have other adverse consequences
|
|
# as well.
|
|
RUN npm install --unsafe-perm --global yarn
|