diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-12-12 19:54:52 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-12-12 19:54:52 +0300 |
commit | f51f95fa54b51a6c70939eba54c9823f3b941b87 (patch) | |
tree | 218a7f3813aecf0d1b10edfef3a72cafe7a25fdd /src/nodejs | |
parent | aafa4bbaf92cca2968eac19d74c59f7c7711b9dd (diff) | |
download | unit-f51f95fa54b51a6c70939eba54c9823f3b941b87.tar.gz unit-f51f95fa54b51a6c70939eba54c9823f3b941b87.tar.bz2 |
Node.js: fixed global install in some cases.
By default "npm install" switches to non-privileged user to run package scripts
if it is invoked by root. As a result it may prevent node-gyp from writing to
package directory and break installation of the module.
To disable this switching the --unsafe-perm flag is added.
Diffstat (limited to 'src/nodejs')
0 files changed, 0 insertions, 0 deletions