diff --git a/.npmrc b/.npmrc index b6f27f135..4ef863209 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,4 @@ engine-strict=true +# Force npm to run node-gyp also as root, preventing permission denied errors in AWS with npm@5 +unsafe-perm=true +