Skip to content

npm WARN deprecated [email protected]: critical bug fixed in v2.0.4 #1038

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

Closed
ezekel opened this issue Mar 27, 2015 · 7 comments
Closed

npm WARN deprecated [email protected]: critical bug fixed in v2.0.4 #1038

ezekel opened this issue Mar 27, 2015 · 7 comments

Comments

@ezekel
Copy link

ezekel commented Mar 27, 2015

Hi, Install the mysql client for node in my root project, npm install mysql, and this is the result

npm WARN deprecated [email protected]: critical bug fixed in v2.0.4
[email protected] node_modules\mysql
├── [email protected]
├── [email protected]
└── [email protected] ([email protected], [email protected], [email protected], [email protected])

why is I always get warn deprecated?is that okay ?

@dougwilson
Copy link
Member

It is OK and you can ignore it. We're going to fix it soon in a patch release.

@ezekel
Copy link
Author

ezekel commented Mar 27, 2015

@dougwilson , Thank you for the quick reply.

@ezekel
Copy link
Author

ezekel commented Mar 27, 2015

@dougwilson, can I ask, how can i know if the patch is now available and how to install in my project?

Thank you in advance.

@dougwilson
Copy link
Member

We're going to fix it soon. There is nothing available yet.

@ezekel
Copy link
Author

ezekel commented Mar 27, 2015

@dougwilson , yes i know , I just want to ask if ever the patch is available how can i install it.do I need to issue the command again "npm install mysql" inorder to get the patch?

@dougwilson
Copy link
Member

Gotcha. Typically you would edit your package.json file and change the mysql entry to require at least the version that contains the patch and then you run npm install mysql again.

@ezekel
Copy link
Author

ezekel commented Mar 27, 2015

Okay. That's it thank you :)

@ezekel ezekel closed this as completed Mar 27, 2015
dougwilson added a commit that referenced this issue Mar 27, 2015
seangarner pushed a commit to seangarner/node-mysql that referenced this issue May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants