Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not execute Node.js Cloud9

Tags:

cloud9-ide

I am trying to use Cloud9 IDE on a server. I added the SSH key and once I try to SSH into the server the error message

Could not execute node.js on [email protected]

appears.

I have nodejs installed on the server, v0.10.25

like image 352
William Bing Hua Avatar asked Mar 08 '15 23:03

William Bing Hua


2 Answers

You need to install the package "nodejs-legacy".

apt-get install nodejs-legacy

like image 155
Lyle Avatar answered Sep 21 '22 05:09

Lyle


The SSH dialog allows you to set the path to the Node.js binary. That should solve your issue.

like image 26
Ruben Daniels Avatar answered Sep 19 '22 05:09

Ruben Daniels