Skip to content
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

Closed
JohannLai opened this issue Mar 18, 2017 · 5 comments
Closed

npm WARN deprecated node-uuid@1.4.7: use uuid module instead #86

JohannLai opened this issue Mar 18, 2017 · 5 comments

Comments

@JohannLai
Copy link

hello,
when I ran create-react-native-app ,I got this warning.

@anp
Copy link
Contributor

anp commented Mar 18, 2017

Specifically:

warning react-native-scripts > xdl > node-uuid@1.4.7: use uuid module instead
...
warning react-native > xcode > node-uuid@1.4.7: use uuid module instead

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.

@anp
Copy link
Contributor

anp commented Apr 20, 2017

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.

@ye4ever
Copy link

ye4ever commented Apr 23, 2017

so we have to install uuid and npm ?? if yes
what is command for install uuid ?
thanks

@anp
Copy link
Contributor

anp commented Apr 24, 2017

@ye4ever you shouldn't need to take any steps. These are just warnings.

@brentvatne
Copy link
Member

this warning is gone now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants