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
First off, nice work, saves a lot of work to start from something like this. Apologies if I've got this all wrong but I followed the basic setup under README.md I believe. The hubot package installed via npm is installed under /usr/local/node/node-v0.12.0/lib/node_modules rather than /opt. This may be due to an existing setup to install node, I'm not sure, but I will remove that existing setup to prove it. Irrespective, I set the root_dir param to /usr/local/node/node-v0.12.0/lib/node_modules so I believe that should still work.
I have successfully installed this following the hubot docs, this is where I got the above dependencies. The problem I'm experiencing is the service cannot be started as it expects hubot to be installed under /opt, but it isn't, it's as if the package installation ignores the root_dir parameter.
Any help, thoughts would be appreciated.
The text was updated successfully, but these errors were encountered:
My guess is /opt is specified somewhere and needs to be updated (maybe in the init script?). I don't run hubot anymore, but am happy to merge PRs to keep this relevant.
First off, nice work, saves a lot of work to start from something like this. Apologies if I've got this all wrong but I followed the basic setup under README.md I believe. The hubot package installed via npm is installed under /usr/local/node/node-v0.12.0/lib/node_modules rather than /opt. This may be due to an existing setup to install node, I'm not sure, but I will remove that existing setup to prove it. Irrespective, I set the root_dir param to /usr/local/node/node-v0.12.0/lib/node_modules so I believe that should still work.
OS: Centos 6
NodeJS: 0.12.0
NPM: 2.5.1
My Usage:
I have successfully installed this following the hubot docs, this is where I got the above dependencies. The problem I'm experiencing is the service cannot be started as it expects hubot to be installed under /opt, but it isn't, it's as if the package installation ignores the root_dir parameter.
Any help, thoughts would be appreciated.
The text was updated successfully, but these errors were encountered: