-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem with scoped packages #4
Comments
Thanks for the report. I was aware of this problem and the cause but forgot
to make an issue for it. Will try to fix it on sunday or early next week.
…On 22 Jun 2017 1:04 pm, "Paweł Lesiecki" ***@***.***> wrote:
I've got an error while trying to patch scoped npm package, e.g.
@types/rollup
Error: Command failed: git add -f 'node_modules/[at]types/rollup'
fatal: pathspec 'node_modules/[at]types/rollup' did not match any files
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABL1qfRBMDB6rBVGkKRJWHZTQ-qqVULUks5sGlhVgaJpZM4OCMwH>
.
|
@plesiecki I can't reproduce the error you get. Is that the exact output from the command? In which case, which shell do you use? patch-package can't be replacing |
Anyway I fixed the issue that was preventing scoped package support for me at least in 3.1.0. If that works for you, please close the issue. Otherwise any more information you can provide about your environment would be very useful. |
I'm closing this due to inactivity. Feel free to open it again if the issue was not solved :-) |
I've got an error while trying to patch scoped npm package, e.g.
@types/rollup
The text was updated successfully, but these errors were encountered: