/usr/bin/env: node: No such file or directory

/*************************************************************************
 *          /usr/bin/env: node: No such file or directory
 * 说明:
 *     今天Charlie说cordova这个东西,然后尝试去安装了一下,结果遇到这个
 * 错误,记录一下解决办法。
 *
 *                                      2017-1-18 深圳 南山平山村 曾剑锋
 ************************************************************************/

一、参考文档:
    1. cordova
        https://cordova.apache.org/
    2. run npm command gives error "/usr/bin/env: node: No such file or directory" #3911
        https://github.com/nodejs/node-v0.x-archive/issues/3911

二、解决办法:
     sudo apt-get install nodejs-legacy
原文地址:https://www.cnblogs.com/zengjfgit/p/6297848.html