forever for nodeJs not working in ubuntu server

后端 未结 1 970
盖世英雄少女心
盖世英雄少女心 2021-02-05 18:37

I Installed forever module using npm globally in my ubuntu server as super user. But i can not start my nodeJs Appliation using this. I typed \"forever\" in my terminal, but see

相关标签:
1条回答
  • 2021-02-05 19:23

    Myself got the answer. i did link between node and nodejs by:-

    sudo ln -s /usr/bin/nodejs /usr/local/bin/node
    
    0 讨论(0)
提交回复
热议问题