IOS 上搭建NodeJs服务 1.下载软件iSh 安装依赖包,iSh使用 Alpine Linux,通过apk add --update npm 方式安装依赖 3.先使用命令安装bash, 然后安装npm即可 apk add bash apk add --update npm