rn-nodeify: Running rn-nodeify breaks node_modules
After running ./node_modules/.bin/rn-nodeify --install --hack
it does some weird thing to my react-native dep (turns the folder under node_modules
into a bunch of empty folders):
I thought it was something with
yarn
, but no, if I don’t run rn-nodeify it’s ok. Why? How can I fix?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (7 by maintainers)
@mvayngrib Now that npm is at version 6.13, telling users to choose npm 3 or yarn in order to use
rn-nodeify
probably is out-of-date advice, right? Would it be worth removing that from theREADME
?