juddey / ignite-react-native-navigation

Truly native navigation for ignite.
6 stars 1 forks source link

running add() on ignite plugin: Cannot read property 'includes' of undefined #3

Open jrodriguesimg opened 6 years ago

jrodriguesimg commented 6 years ago

The first time I ran the command ignite add ignite-react-native-navigation --debug I got this error:

14:42:21 [ignite]
  Error: Cannot find module 'fs-jetpack'

After I installed fs-jetpack (npm install fs-jetpack) I got this error:

14:43:58 [ignite] running add() on ignite plugin
✖ Cannot read property 'includes' of undefined
juddey commented 6 years ago

Thanks for reporting this, the first issue has been addressed by a PR I just merged. I'll look into the second. Sorry for not replying earlier - I wasn't actively watching the repo. Oops! Thats now fixed too.