You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
I guess it's a Feature, but works in npm CLI
What is the current behavior?
When I reference a GitHub URL with hash, I get the error message: error Couldn't find any versions for <module> that matches [email protected]:user/repo.git#abcd1234. Possible versions: 1.0.0
If the current behavior is a bug, please provide the steps to reproduce.
Create a PR in git repo
Reference the commit's git URL in package.json ("module": "<url#hash>")
yarn install
error: needs package version
What is the expected behavior?
We're using multiple git repositorys. At times we need to reference a PR commit by hash for testing, like [email protected]:user/repo.git#abcd1234. This would help if it works (which it does with the npm CLI).
Please mention your node.js, yarn and operating system version.
node.js: v6.4.0
yarn: 0.15.1
Windows 10
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
I guess it's a
Feature
, but works in npm CLIWhat is the current behavior?
When I reference a GitHub URL with hash, I get the error message:
error Couldn't find any versions for <module> that matches [email protected]:user/repo.git#abcd1234. Possible versions: 1.0.0
If the current behavior is a bug, please provide the steps to reproduce.
"module": "<url#hash>"
)What is the expected behavior?
We're using multiple git repositorys. At times we need to reference a PR commit by hash for testing, like
[email protected]:user/repo.git#abcd1234
. This would help if it works (which it does with the npm CLI).Please mention your node.js, yarn and operating system version.
node.js: v6.4.0
yarn: 0.15.1
Windows 10
The text was updated successfully, but these errors were encountered: