Closed adrienthiery closed 6 years ago
Strange it can't seem to find the plugin!!!! It should have found it globally, but do you have nvm
or something moving your globals?
Can you try installing solidarity-react-native
locally and let me know if that works? If it does then I just need to get the location where your global node modules are being installed and add that to the paths to check.
Hey @GantMan , It does work when installed locally.
I use yarn
to add global dependencies, so the plugin is indeed installed in ~/.config/yarn/global/node_modules/solidarity-react-native/
Care to do the PR?
You'd add a path like this one for another directory to check: https://github.com/infinitered/solidarity/blob/master/src/index.ts#L11
Hi there,
Giving a try to solidarity, installed globally
solidarity
andsolidarity-react-native
then ransolidarity snapshot
in a React Native project and I keep getting :What am I missing ? 😕