We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Will this be fixed in Yarn 2?
Command
yarn add "code-vue@trusktr/live-code#6085bf5ca1a7faa5ea021a0fc61f6ba08e08030d"
What is the current behavior?
when you look in node_modules/code-vue/ you will see it does not have a dist folder.
node_modules/code-vue/
dist
What is the expected behavior?
However when running
npm i "code-vue@trusktr/live-code#6085bf5ca1a7faa5ea021a0fc61f6ba08e08030d"
then you will see that node_modules/code-vue/dist exists, as expected.
node_modules/code-vue/dist
Steps to Reproduce
Just run that above yarn command to add that package to a project, then see node_modules/code-vue/dist does not exist.
Environment
13.8
1.22.0
The text was updated successfully, but these errors were encountered:
It looks like this is the same issue as #5235. Unfortunately, the outcome there is: #5235 (comment)
This issue is fixed in Yarn 2+, and the fix will not be backported in 1.x. Please check the Migration guide and continue from there.
Sorry, something went wrong.
Duplicate of #5235
No branches or pull requests
Will this be fixed in Yarn 2?
Bug description
Command
yarn add "code-vue@trusktr/live-code#6085bf5ca1a7faa5ea021a0fc61f6ba08e08030d"
What is the current behavior?
when you look in
node_modules/code-vue/
you will see it does not have adist
folder.What is the expected behavior?
However when running
then you will see that
node_modules/code-vue/dist
exists, as expected.Steps to Reproduce
Just run that above yarn command to add that package to a project, then see
node_modules/code-vue/dist
does not exist.Environment
13.8
1.22.0
The text was updated successfully, but these errors were encountered: