Skip to content
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 remove @types/.. failed!!!! #7167

Open
steady-join opened this issue Apr 2, 2019 · 1 comment
Open

[bug] yarn remove @types/.. failed!!!! #7167

steady-join opened this issue Apr 2, 2019 · 1 comment

Comments

@steady-join
Copy link

image

image

node version 10.6.0
yarn version 1.15.2

@DanielRuf
Copy link
Contributor

Hi @steady-join,

does this still happen with the latest release?
It seems in your case the forward slash is converted to a backward slash (does not happen on macOS).

yarn add @types/react-router
yarn add v1.16.0
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
success Saved lockfile.
success Saved 5 new dependencies.
info Direct dependencies
└─ @types/react-router@5.0.1
info All dependencies
├─ @types/history@4.7.2
├─ @types/prop-types@15.7.1
├─ @types/react-router@5.0.1
├─ @types/react@16.8.19
└─ csstype@2.6.5
✨  Done in 3.78s.
➜  yarn-react-test yarn remove @types/react-router
yarn remove v1.16.0
[1/2] 🗑  Removing module @types/react-router...
[2/2] 🔨  Regenerating lockfile and installing missing dependencies...
success Uninstalled packages.
✨  Done in 0.21s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants