美文网首页
常用node命令

常用node命令

作者: Xindot | 来源:发表于2016-05-12 11:54 被阅读29次

    node杀死进程
    ~/ps_stop.sh 9527

    nohup重启保存日志
    nohup node bin/www -> ~/logs/nodeadmin.log &

    mac目录下/usr/local/lib/node_modules安装npm
    sudo git clone --recursive git://github.com/isaacs/npm.git
    之后再npm目录下node cli.js install npm -gf

    NodeJs - Using redis, connect-redis with express
    http://stackoverflow.com/questions/12038128/nodejs-using-redis-connect-redis-with-express

    相关文章

      网友评论

          本文标题:常用node命令

          本文链接:https://www.haomeiwen.com/subject/eyfprttx.html