Created
August 14, 2017 17:28
-
-
Save s3w47m88/803cfa0cbe33f20d8d6bdc5ddd00c889 to your computer and use it in GitHub Desktop.
EACCESS error Trellis deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm WARN checkPermissions Missing write access to | |
/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest- | |
control-2017/node_modules | |
npm ERR! path /home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes | |
/kanga-pest-control-2017/node_modules | |
npm ERR! code EACCES | |
npm ERR! errno -13 | |
npm ERR! syscall access | |
npm ERR! Error: EACCES: permission denied, access | |
'/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest- | |
control-2017/node_modules' | |
npm ERR! { Error: EACCES: permission denied, access | |
'/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest- | |
control-2017/node_modules' | |
npm ERR! stack: 'Error: EACCES: permission denied, access | |
\'/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest- | |
control-2017/node_modules\'', | |
npm ERR! errno: -13, | |
npm ERR! code: 'EACCES', | |
npm ERR! syscall: 'access', | |
npm ERR! path: | |
'/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest- | |
control-2017/node_modules' } | |
npm ERR! | |
npm ERR! Please try running this command again as root/Administrator. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /home/s3w47m88/.npm/_logs/2017-08-14T17_26_29_844Z-debug.log | |
fatal: [kangapestcontrol.com]: FAILED! => { | |
"changed": true, | |
"cmd": [ | |
"npm", | |
"install" | |
], | |
"delta": "0:00:05.588478", | |
"end": "2017-08-14 10:26:29.866177", | |
"failed": true, | |
"invocation": { | |
"module_args": { | |
"_raw_params": "npm install", | |
"_uses_shell": false, | |
"chdir": "../site/web/app/themes/kanga-pest-control-2017", | |
"creates": null, | |
"executable": null, | |
"removes": null, | |
"warn": true | |
} | |
}, | |
"rc": 243, | |
"start": "2017-08-14 10:26:24.277699", | |
"stderr": "npm WARN checkPermissions Missing write access to /home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules\nnpm ERR! path /home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules\nnpm ERR! code EACCES\nnpm ERR! errno -13\nnpm ERR! syscall access\nnpm ERR! Error: EACCES: permission denied, access '/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules'\nnpm ERR! { Error: EACCES: permission denied, access '/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules'\nnpm ERR! stack: 'Error: EACCES: permission denied, access \\'/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules\\'',\nnpm ERR! errno: -13,\nnpm ERR! code: 'EACCES',\nnpm ERR! syscall: 'access',\nnpm ERR! path: '/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules' }\nnpm ERR! \nnpm ERR! Please try running this command again as root/Administrator.\n\nnpm ERR! A complete log of this run can be found in:\nnpm ERR! /home/s3w47m88/.npm/_logs/2017-08-14T17_26_29_844Z-debug.log", | |
"stderr_lines": [ | |
"npm WARN checkPermissions Missing write access to /home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules", | |
"npm ERR! path /home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules", | |
"npm ERR! code EACCES", | |
"npm ERR! errno -13", | |
"npm ERR! syscall access", | |
"npm ERR! Error: EACCES: permission denied, access '/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules'", | |
"npm ERR! { Error: EACCES: permission denied, access '/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules'", | |
"npm ERR! stack: 'Error: EACCES: permission denied, access \\'/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules\\'',", | |
"npm ERR! errno: -13,", | |
"npm ERR! code: 'EACCES',", | |
"npm ERR! syscall: 'access',", | |
"npm ERR! path: '/home/s3w47m88/Sites/kangapestcontrol.com/site/web/app/themes/kanga-pest-control-2017/node_modules' }", | |
"npm ERR! ", | |
"npm ERR! Please try running this command again as root/Administrator.", | |
"", | |
"npm ERR! A complete log of this run can be found in:", | |
"npm ERR! /home/s3w47m88/.npm/_logs/2017-08-14T17_26_29_844Z-debug.log" | |
], | |
"stdout": "", | |
"stdout_lines": [] | |
} | |
to retry, use: --limit @/home/s3w47m88/Sites/kangapestcontrol.com/trellis/deploy.retry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment