meinaart / cypress-plugin-snapshots

Plugin for snapshot tests in Cypress.io
MIT License
497 stars 117 forks source link

Warning when installing via yarn #73

Closed fr0 closed 4 years ago

fr0 commented 4 years ago

Describe the bug

warning cypress-plugin-snapshots > uws@100.0.1: New code is available at github.com/uNetworking/uWebSockets.js

To Reproduce

  1. yarn add --dev cypress-plugin-snapshots

Expected behavior

No warning should occur when installing.

Desktop (please complete the following information):

fr0 commented 4 years ago

It looks like the uws npm package is deprecated. https://www.npmjs.com/package/uws

meinaart commented 4 years ago

Yeah, but it was needed to let socket.io function properly. The author of uws deprecated it's package because of disagreements with NPM if I remember correctly. For now just ignore the warning.