
Install Nodejs in a Shared Hosting Server
Hello guys, recently im using nodejs in my laravel application. Im using gulp for compiling my coffeescript and less file so i need to used npm (nodejs) to install this packages.
In my local i dont have problem cause im using laravel homestead. But when im uploading it already in my site which im using only a shared hosting sites using Hostgator.
I’ve been using hostgator for 6 years already and i don’t have problem with that but sometimes as a developer we need to have an access to ssh as a root user, but thats the problem of a shared hosting they don’t allow that.
But i have a good news.. :D, i successfully installed npm in my ssh using this tutorial.
Continue reading