-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm WARN deprecated node-uuid@1.4.7: use uuid module instead #86
Comments
Specifically:
The first issue is one I can fix upstream very easily. The latter means that this line https://github.com/facebook/react-native/blob/master/package.json#L210 needs an upgrade and to get tests passing and merged. |
The new version of xdl (0.40) has moved to the bare uuid package, so that's one issue down. I believe RN 0.44 or 0.45 will include a fix for the xcode dependency. |
so we have to install uuid and npm ?? if yes |
@ye4ever you shouldn't need to take any steps. These are just warnings. |
this warning is gone now |
hello,
when I ran
create-react-native-app
,I got this warning.The text was updated successfully, but these errors were encountered: