Tools, FAQ, Tutorials:
"gyp ERR! stack Error: EACCES: permission denied"
Why am I getting the "gyp ERR! stack Error: EACCES: permission denied" error when installing Hyplerledger Composer REST API Server?
✍: FYIcenter.com
You may get the "gyp ERR! stack Error: EACCES: permission denied" error,
when using older version of "npm" to install Hyplerledger Composer REST API server:
$ sudo npm install -g composer-rest-server@0.20 ... gyp ERR! configure error gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/composer-rest-server/node_modules/pkcs11js/.node-gyp' gyp ERR! System Linux 4.15.0-1037-azure gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /usr/local/lib/node_modules/composer-rest-server/node_modules/pkcs11js gyp ERR! node -v v8.10.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! pkcs11js@1.0.17 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the pkcs11js@1.0.17 install script.
What you can do is to try it again with the "--unsafe-perm=true" option:
$ sudo npm install -g composer-rest-server --unsafe-perm=true
Â
⇒ Explorer Hyplerledger Composer Environment
⇠Issue to Install "npm 5.x" on Ubuntu 18
2021-02-17, ∼1202🔥, 0💬
Popular Posts:
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...