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

fix(core): remove additional quotes around cache path while pruning #27273

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

SFU253
Copy link
Contributor

@SFU253 SFU253 commented Aug 2, 2024

Old cache entries are not removed because the path to the cache is wrong.

It throws a silent error no such file or directory, scandir '"PATH_TO_PROJECT/.nx/cache"/terminalOutputs'

closed #27206

Old cache entries are not removed because the path to the cache is wrong.

It throws a silent error `no such file or directory, scandir
'"PATH_TO_PROJECT/.nx/cache"/terminalOutputs'`

closed nrwl#27206
@SFU253 SFU253 requested a review from a team as a code owner August 2, 2024 12:45
@SFU253 SFU253 requested a review from FrozenPandaz August 2, 2024 12:45
Copy link

vercel bot commented Aug 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Aug 2, 2024 0:47am

@AgentEnder AgentEnder merged commit cead184 into nrwl:master Aug 2, 2024
6 checks passed
FrozenPandaz pushed a commit that referenced this pull request Aug 7, 2024
…27273)

Old cache entries are not removed because the path to the cache is
wrong.

It throws a silent error `no such file or directory, scandir
'"PATH_TO_PROJECT/.nx/cache"/terminalOutputs'`

closed #27206

(cherry picked from commit cead184)
ZackDeRose pushed a commit to ZackDeRose/nx that referenced this pull request Aug 8, 2024
…rwl#27273)

Old cache entries are not removed because the path to the cache is
wrong.

It throws a silent error `no such file or directory, scandir
'"PATH_TO_PROJECT/.nx/cache"/terminalOutputs'`

closed nrwl#27206
Copy link

github-actions bot commented Aug 9, 2024

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2024
@SFU253 SFU253 deleted the core/fix-cache-cleanup branch August 12, 2024 06:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

removing old cache entries not working
2 participants