config

用户指南_Node.js 性能平台-阿里云帮助中心 (aliyun.com)

bash -c "$(curl -fsSL <https://raw.githubusercontent.com/aliyun-node/tnvm/master/install.sh>)"

source ~/.bash_profile

tnvm ls alinode

tnvm install alinode-v7.6.0

tnvm use alinode-v7.6.0

agenthub start config.json

cd /Users/wcy/develop/AiyongCode/aiyong-aihelper-service

npm install pm2 -g

cd /Users/wcy/develop/AiyongCode/aiyong-aihelper-service

npm run build

NODE_LOG_DIR=/tmp ENABLE_NODE_LOG=YES pm2 start ecosystem.config.js

npm run build

# 手动修改ecosystem.config.js配置打包(修改打包后的配置是无效的)
NODE_LOG_DIR=/tmp ENABLE_NODE_LOG=YES pm2 start ecosystem.config.js

Untitled

Untitled