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
roger@bionic:~/workspaces/webstorm/pushbot$ ./bin/bot
Starting pushbot_postgres_1 ... done
npm ERR! path /usr/src/app/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall mkdir
npm ERR! Error: EACCES: permission denied, mkdir '/usr/src/app/node_modules'
npm ERR! [OperationalError: EACCES: permission denied, mkdir '/usr/src/app/node_modules'] {
npm ERR! cause: [Error: EACCES: permission denied, mkdir '/usr/src/app/node_modules'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/usr/src/app/node_modules'
npm ERR! },
npm ERR! stack: "Error: EACCES: permission denied, mkdir '/usr/src/app/node_modules'",
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/usr/src/app/node_modules'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator (though this is not recommended).
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pushbot/.npm/_logs/2019-08-08T22_20_45_762Z-debug.log
The text was updated successfully, but these errors were encountered:
I've done a little investigation into running entrypoint.sh as root and dropping privileges when spawning the Hubot process and ugh. My temptation to just run the damn thing as root is rising.
From the 'Getting started' section of the readme:
This results in:
The text was updated successfully, but these errors were encountered: