The instruction to use this plugin are not clear enough
Opened this issue · 1 comments
ZMChoo commented
Hi everyone, I'm a beginner here, I would like to ask after installing these dependencies npm install --save-dev rn-nodeify
, for the next step, where should I put this command rn-nodeify --install stream,process,util --hack
?
handjunyoung commented
You can put "postinstall": "rn-nodeify --install stream,process,util --hack"
into package.json -> scripts
.
If you put this command into package.json , the command execute every time after npm install