ubuntu 12.04 react-native 安装

1.安装nodejs 和npm

apt-get install nodejs

   apt-get install npm

2. 升级node js 和npm

sudo npm cache clean -f
sudo npm install -g n
sudo n stable



原文地址:https://www.cnblogs.com/likwo/p/5168405.html