init
unhelpfully fails when run in an existing project directory
#1141
Labels
Resolution: Locked
This issue was locked by the bot.
To reproduce:
From a directory that is set up as a React-Native project, or simply has content in
/node_modeuls/react-native
, runreact-native init NewProject
Expected behavior:
Either
Observed Behavior:
I found this behavior particularly frustrating because the current directory didn't contain a functional React Native project, but rather a half-way created one that failed because I didn't have the correct versions of node. It appeared to me that I had yet another incorrectly configured environment for React Native development.
The text was updated successfully, but these errors were encountered: