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?
using
cd $HOME/rocketchat/bundle/programs/server
$HOME/meteor/dev_bundle/bin/npm install
Asked
Active
Viewed 1,370 times
-1

Vallabh Rao
- 35
- 9
1 Answers
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