Open jrodriguesimg opened 6 years ago
The first time I ran the command ignite add ignite-react-native-navigation --debug I got this error:
ignite add ignite-react-native-navigation --debug
14:42:21 [ignite] Error: Cannot find module 'fs-jetpack'
After I installed fs-jetpack (npm install fs-jetpack) I got this error:
npm install fs-jetpack
14:43:58 [ignite] running add() on ignite plugin ✖ Cannot read property 'includes' of undefined
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.
The first time I ran the command
ignite add ignite-react-native-navigation --debug
I got this error:After I installed fs-jetpack (
npm install fs-jetpack
) I got this error: