-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug] yarn add fails by specifying the remote URL #994
Comments
Manually specify the package name: |
The problem is, I still can't add dependency from my gitlab private repository. |
Invalid descriptor is a syntax error. If you don't print the command line, I can't tell you more than that 🙂 |
Note: no minified build |
Looks like the specific issue arises here: I cheated by using |
You're missing the package name:
We only infer the package name from local directories at the moment. |
My installation freezes:
Also add commant don't support The Macintosh is warming up a lot, but nothing happens... Yarn 3.5.1 Issue created: #5465 |
I have tried the above sample but I'm getting the following error: |
Describe the bug
After calling
yarn add <git remote url>
error is thrown:Invalid descriptor
.For example:
To Reproduce
yarn add
<git remote URL>
e.g.:yarn add https://github.com/fancyapps/fancybox
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered: