infinitered / ignite-andross

The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
https://infinite.red/ignite
MIT License
474 stars 150 forks source link

Uncaught TypeError: api.on is not a function #287

Open waleedarshad opened 5 years ago

waleedarshad commented 5 years ago

Hi while running npm run storybook. I got this error. What should I do now?

jamonholmgren commented 5 years ago

Hi @waleedarshad, can you paste in the whole error plus the results of ignite doctor please?

waleedarshad commented 5 years ago

Hi @jamonholmgren I am able to resolve it after updating all my storyboard version `- "@storybook/addon-actions": "5.0.11",

=============To=================

waleedarshad commented 5 years ago

platform darwin

arch x64
cpu 8 cores Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz directory /Users/macbookpro/Documents/pfm_app

JavaScript node 12.9.1 /usr/local/bin/node npm 6.10.3 /usr/local/bin/npm
yarn 1.17.3 /usr/local/bin/yarn

React Native react-native-cli 2.0.1
app rn version 0.59.9

Ignite ignite-cli 3.1.6 /usr/local/bin/ignite createdWith -
boilerplate ignite-andross
examples classic
navigation react-navigation
askToOverwrite true
generators {"component":"ignite-andross","container":"ignite-andross","listview":"ignite-andross","list":"ignite-andross","redux":"ignite-andross","saga":"ignite-andross","screen":"ignite-andross"}

Android java 1.8.0_222 /usr/bin/java
android home - /Users/macbookpro/Library/Android/sdk

iOS xcode

jamonholmgren commented 5 years ago

@waleedarshad Would you want to submit a PR to this repo that updates all those packages in the boilerplate package.json?