无法创建反应本机应用程序

Cannot create a react native app

创建 React Native 应用程序的步骤:

  1. npm install -g create-react-native-app
  2. create-react-native-app my-app
  3. cd my-app

我已经完成了第一步,但从昨天开始我就卡在了第二步。

screenshot

PS: 是的,我使用 sudo 因为不知何故,NPM 存在安全问题。

As per docs

Make sure you have Node v6 or later installed

你能通过执行

检查一下吗
node --version