-1

I tried to install rocket.chat on my shared hosting from godaddy, using ssh. But there were few permission erros. Is it possible to install without sudo access? while I tried to install dependencies using
cd $HOME/rocketchat/bundle/programs/server $HOME/meteor/dev_bundle/bin/npm install

1 Answers1

0

The clue is in this line:

sh: nodejs: command not found

This means that nodejs isn't installed on the server. You can ask your hosting provider to install it, but they probably won't. You have a better chance of success looking for a hosting provider that is more nodejs/meteor friendly, such as Digital Ocean, AWS, etc. There are many out there.

Mikkel
  • 7,693
  • 3
  • 17
  • 31