-
-
Notifications
You must be signed in to change notification settings - Fork 902
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 #155
Comments
Looks like the package |
Renaming kelektiv/node-uuid to kelektiv/uuid at some point might avoid confusion? |
Hi @broofa , any updates on your provided answer? Does renaming the folder actually solves the issue? |
so what's the solution ?? |
The old node-uuid module is deprecated and won't be maintained moving forward. The module is still published in NPM for backward compatibility (with the deprecation notice). If you need the source, clone this repo then |
Yea, I have to say, this was slightly confusing at first. It might be nice if the readme here had an explanation of what's going on? |
@defunctzombie - We can just rename this github project and let github redirect everything, right? Then update the |
We can, but I don't really see the huge value in it. The deprecation notice is on the module name, not on our repo. And is a packaging artifact and not a repo artifact. I am pretty sure the deprecation notice already says use the uuid module instead. The better solution might be to just add something to the readme. |
👍 @broofa Thanks. |
C:>npm install --save uuid npm WARN enoent ENOENT: no such file or directory, open 'C:\package.json' |
C:>npm install -g cordova |
@maheshkareeya Cordova-lib is depending on old version of
|
So guys uuid module is just a warning message... you must avoid it completely as it does n't creates any trouble in your further process... :) |
node-uuid is now uuid package: uuidjs/uuid#155
Are you getting this error in the ionic
… |
I am try to get logs from notification using firebase functions, is npm WARN causing no logs ? |
HOW TO FIX THIS PROBLEMC:\Users\dhina>npm install -g cordova npm ERR! A complete log of this run can be found in: HELP MEE........ |
Don't see any deprecation notice here
What am I missing ?
The text was updated successfully, but these errors were encountered: