decosoftware / deco-ide

The React Native IDE

Home Page:https://www.decosoftware.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Native 0.57.0 Broken IDE

aaronfranco opened this issue · comments

When I update to React 16.5.2 and React-Native 0.57.0 the IDE breaks with the following error:
`You are currently running io.js v5.7.0.

React Native runs on Node 8.3 or newer. There are several ways to         
upgrade Node.js depending on your preference. 
nvm:       nvm install 8.3 --reinstall-packages-from=node               
Homebrew:  brew update && brew upgrade node  
Installer: download from https://nodejs.org/`

I have Node.js 8.12 installed

I'm seeing this also. What's the latest?

$ node --version
v8.11.4
commented

Running with Deco config found at ./configure.deco.js
No user specified task was registered, falling back to default!
┌────────────────────────────────────────────────────────────────────────────┐
│ You are currently running io.js v5.7.0. │
│ │
│ React Native runs on Node 8.3 or newer. There are several ways to │
│ upgrade Node.js depending on your preference. │
│ │
│ nvm: nvm install 8.3 --reinstall-packages-from=node │
│ Homebrew: brew update && brew upgrade node │
│ Installer: download from https://nodejs.org/
│ │
│ │
└────────────────────────────────────────────────────────────────────────────┘

How Fix?