twilio / twilio-node

Node.js helper library
MIT License
1.39k stars 509 forks source link

Installing v4 with a caret range with Yarn retrieves a 5 year old deprecated version #896

Closed jthele closed 1 year ago

jthele commented 1 year ago

Issue Summary

Installing v4 with a caret range with Yarn retrieves a 5 year old deprecated version

Steps to Reproduce

Using Yarn v1.22.19 in an empty directory:

  1. yarn add twilio@^4.0.0-rc.5

Notice this actually installed 4.6.0:

success Saved 67 new dependencies.
info Direct dependencies
└─ twilio@4.6.0
info All dependencies
...

Technical details:

mattcole19 commented 1 year ago

Thank you for creating this issue! However, I was unable to re-create it.

When I run yarn add twilio@^4.0.0-rc.5, I get the following output: no matches found: twilio@^4.0.0-rc.5

I will be closing this issue, but it can be reopened if the issue appears again.