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?
Bug
What is the current behavior?
"resolutions": {
"@types/react": "15.0.22"
}
Result:
Couldn't find any versions for "react" that matches "15.0.22"
The error is that yarn thinks that package @types/react is a path @types/react.
What is the expected behavior?
Yarn should correctly install the dep.
The source of bug is this line. We cannot simply split by / here.
We either have to
Improve parsing rules to properly split scoped packages
Use different package separator
Use some kind of escaping.
Please mention your node.js, yarn and operating system version.
yarn@1.0.0-20170823.1414
node@6.11.2
osx 10.12.6
The text was updated successfully, but these errors were encountered:
s-panferov
changed the title
Selective module resolution #4105 doesn't work with scoped packages
Selective module resolution doesn't work with scoped packages
Aug 23, 2017
#4105 cc @kaylieEB
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Result:
The error is that yarn thinks that package
@types/react
is a path@types
/react
.What is the expected behavior?
Yarn should correctly install the dep.
The source of bug is this line. We cannot simply split by
/
here.We either have to
Please mention your node.js, yarn and operating system version.
yarn@1.0.0-20170823.1414
node@6.11.2
osx 10.12.6
The text was updated successfully, but these errors were encountered: