IOS 上搭建NodeJs服務(wù) 1.下載軟件iSh 安裝依賴包,iSh使用 Alpine Linux,通過apk add --update npm 方式安裝依賴 3.先使用命令安裝bash, 然后安裝npm即可 apk add bash apk add --update npm