yuanyan / react-native-web-example

React Native Web Example
40 stars 25 forks source link

react-web start error #8

Closed fengyun2 closed 8 years ago

fengyun2 commented 8 years ago

Development OS: Linux

Install

Install react-native

  1. npm install -g react-native-cli
  2. react-native init react_native_for_web

    Install react-web

  3. npm install react-web-cli -g
  4. react-web init react_native_for_web
  5. npm start
  6. react-web start
  7. react-web bundle

    BUG

    • when run react-web start ERROR in Path must be a string. Received undefined

dependices on

    "react": "^15.2.1",
    "react-dom": "^15.2.1",
    "react-native": "0.30.0",
    "react-web": "0.3.2"
daanluu commented 7 years ago

Do how you resolved this ?