Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

fix: Addressed rimraf errors on Windows.#237

Open
joseifert wants to merge 1 commit intomasterfrom
fix-windows-rimraf
Open

fix: Addressed rimraf errors on Windows.#237
joseifert wants to merge 1 commit intomasterfrom
fix-windows-rimraf

Conversation

@joseifert
Copy link
Copy Markdown
Contributor

When npx rimrafing node_modules on Windows, the locally installed rimraf is deleted during execution which results in the error "The system cannot find the path specified."

Fixing this by forcing npx to always install a standalone version of rimraf for npm cleanup scripts, with --ignore-existing.

When npx rimrafing node_modules on Windows, the locally installed rimraf is deleted during execution which results in the error "The system cannot find the path specified."

Fixing this by forcing npx to always install a standalone version of rimraf for npm cleanup scripts, with --ignore-existing.
@joseifert joseifert added the bug Something isn't working label Mar 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant