[Question] Does Yarn support https dependencies? #5928
Replies: 3 comments
-
Oh I see, I need to install the plugin. The error message should have said that, but given that in Yarn 4 it's included by default I assume it's not a problem anymore :) |
Beta Was this translation helpful? Give feedback.
-
Actually, how do I install the http plugin in Yarn 3? 😅
|
Beta Was this translation helpful? Give feedback.
-
You need the package name to be explicit for urls to be accepted on the cli. However, another issue is that they need to end with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried adding a dependency from an https URL, and I got this error:
That error makes it look like https dependencies are supported: I just have to specify the package name. However, specifying the package name does not make it work:
I'm on Yarn 3.6.2.
Beta Was this translation helpful? Give feedback.
All reactions