node-chakracore icon indicating copy to clipboard operation
node-chakracore copied to clipboard

React-native fails to run

Open acg9 opened this issue 9 years ago • 1 comments

  • Version: 6.0.0
  • Platform: 64-bit Windows redstone

I'm trying to run the react-native getting started example in windows for android but after running

react-native run-android

I get the following error:

TypeError: Object doesn't support property or method 'isNative'
   at CallSiteToString (X:\code\react_native\AwesomeProject\node_modules\source-map-support\source-map-support.js:195:3)
   at Anonymous function (X:\code\react_native\AwesomeProject\node_modules\source-map-support\source-map-support.js:304:5)
   at Array.prototype.map (native code)
   at prepareStackTrace (X:\code\react_native\AwesomeProject\node_modules\source-map-support\source-map-support.js:303:3)
   at stackGetter (Unknown script code:208:9)
   at socketErrorListener (_http_client.js:303:3)
   at emitOne (events.js:96:5)
   at emit (events.js:188:7)
   at emitErrorNT (net.js:1265:3)
   at _combinedTickCallback (internal/process/next_tick.js:74:11)

acg9 avatar Aug 15 '16 05:08 acg9

Thanks @Iscgx for reporting. We will take a look into it and update what is going on.

kunalspathak avatar Aug 18 '16 00:08 kunalspathak