nodejs Upgrade Nodejs 10 on Ubuntu 16.04 LTS 原先只是要更新 Ghost 卻發現升級 Nodejs 到 10 版以上需要踩這麼多雷,在此紀錄一些關鍵破關的技巧 正常來說升級很簡單,只要兩行指令 // Add the NodeSource APT repository for Node 10: $ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash // Install nodejs $ apt-get install -y nodejs No module named 'apt_pkg' Traceback (most recent