while am installing npm install --save react-native-interactable, i am getting error
[email protected] postinstall projectdirectorynode_modules\react-native-interactable
ln -s lib/{ios,android} .
'ln' is not recognized as an internal or external command,
operable program or batch file.
I had this same issue trying to install via CMD or Powershell. However, installation was successful when I ran the same command using gitBash CLI. Hope that's helpful.
Thanks @jamesdyer8, that worked for me too!
@jamesdyer8 Excellent solution.
@jamesdyer8 This solutes my issue,Thanks!
Fixed in ver 0.2.0
@jamesdyer8 thanks.
remove folder from node_module
react-native-interactable
@jamesdyer8 thanks.
Most helpful comment
I had this same issue trying to install via CMD or Powershell. However, installation was successful when I ran the same command using gitBash CLI. Hope that's helpful.