You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to install the npm manta package on base-64-lts 17.4.0. This is a clean image and it happens every time. The WARN EACCES will just keep printing forever. Once I cancel the install via Ctl+C, and run the install again it finishes but then the manta commands can't load the dtrace-provider module.
__ . .
_| |_ | .-. . . .-. :--. |-
|_ _| ;| || |(.-' | | |
|__| `--' `-' `;-| `-' ' ' `-'
/ ; Instance (base-64-lts 17.4.0)
`-' https://docs.joyent.com/images/smartos/base
[root@smartos-fun ~]# npm install manta -g > manta.log
npm WARN deprecated [email protected]: The sprintf package is deprecated in favor of sprintf-js.
npm WARN deprecated [email protected]: Use uuid module instead
npm WARN notice [SECURITY] moment has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=moment&version=2.13.0 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] lodash has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=lodash&version=3.10.1 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] mime has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=mime&version=1.2.11 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm WARN notice [SECURITY] tunnel-agent has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=tunnel-agent&version=0.4.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/9.3.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp"
gyp WARN EACCES user "root" does not have permission to access the dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp/9.3.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp"
gyp WARN EACCES user "root" does not have permission to access the dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp/9.3.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp"
gyp WARN EACCES user "root" does not have permission to access the dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp/9.3.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp"
gyp WARN EACCES user "root" does not have permission to access the dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp/9.3.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp"
gyp WARN EACCES user "root" does not have permission to access the dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp/9.3.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp"
gyp WARN EACCES user "root" does not have permission to access the dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp/9.3.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/local/lib/node_modules/manta/node_modules/dtrace-provider/.node-gyp"
The text was updated successfully, but these errors were encountered:
Yeh this is nodejs/node-gyp#454 which unfortunately the nodejs folks have no intention of fixing even though it's a blatant bug which users assume is an issue at our end, either with our nodejs modules or our software packages.
Your options are either to use unsafe permissions or not install globally, sorry.
I'm unable to install the npm manta package on base-64-lts 17.4.0. This is a clean image and it happens every time. The
WARN EACCES
will just keep printing forever. Once I cancel the install via Ctl+C, and run the install again it finishes but then the manta commands can't load thedtrace-provider
module.Versions
Install Log
The text was updated successfully, but these errors were encountered: