Bump
Nov 28, 2014
6
Level 1
What does Forge actually install?
On the Laravel Forge Snappy site (http://forge.besnappy.com/laravel-forge#servers-1255) it suggests that Node.js is installed. Yet, when I try and run node on one of my Forge servers, it is not recognised.
I understand I could easily install it myself, but I was wondering whether the Snappy site's information is actually correct...

Level 1
Actually, I had the same problem. The FAQ says "Node" is installed but it wasn't. Had to manually install it. I created this recipe for it:
Recipe - Install Node.js & NPM:
curl -sL https://deb.nodesource.com/setup | sudo bash -
apt-get install -y nodejs
5 likes
Please or to participate in this conversation.