You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
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 commandrn-nodeify --install stream,process,util --hack
?The text was updated successfully, but these errors were encountered: