-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
I cannot create a new react-native project any more (worked yesterday). The init command hangs forever in this state:
$ react-native init MyProject
This will walk you through creating a new React Native project in /Users/.../Projects/MyProject
\
The directory MyProject
gets created with a single file package.json
with the following content:
{"name":"MyProject","version":"0.0.1","private":true,"scripts":{"start":"node_modules/react-native/packager/packager.sh"}}
The slash/backslash is still flipping but no matter how long I wait, nothing happens. Connection to NPM is working generally, e.g. I'm able to install new packages, so my internet connection should be fine.
I tried with Node 4.0.0 as well as latest Node 4.1.0 and NPM 2.14.3.
I'm curious because yesterday everything worked like a charm, so I guess my general config is fine.
Any help?
peromax, ugurozgen, ricardosasilva, m-adil, shilch and 4 more
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.