Fail when run react-native link, missing module 'inquirer' and 'mute-stream' from node_modules folder after install react-native 0.46.4 #15099
Labels
Resolution: Locked
This issue was locked by the bot.
After run
npm install react-native@0.46.4
, I try to runreact-native link
. However I got the following errorObviously running
npm install inquirer mute-stream
solve the issue, but I still confure why the module isn't installed by defaultThe text was updated successfully, but these errors were encountered: