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

node-uuid deprecated #3

Closed
jehy opened this issue Dec 26, 2016 · 0 comments
Closed

node-uuid deprecated #3

jehy opened this issue Dec 26, 2016 · 0 comments

Comments

@jehy
Copy link

jehy commented Dec 26, 2016

Hi! Module node-uuid was deprecated. It's contents are already replaced with uuid module, but installing your package always gives warning
npm WARN deprecated node-uuid@1.4.7: use uuid module instead
That's really confusing. Please, replace module in dependencies. That's as simple as this:

npm uninstall --save node-uuid
npm install --save uuid

More details here:
uuidjs/uuid#155
uuidjs/uuid#142

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

No branches or pull requests

1 participant