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

RM not recognized on Windows #58

Open
jordanforbes opened this issue Nov 9, 2022 · 2 comments
Open

RM not recognized on Windows #58

jordanforbes opened this issue Nov 9, 2022 · 2 comments

Comments

@jordanforbes
Copy link

jordanforbes commented Nov 9, 2022

running 'npm start' through most windows terminals doesn't work because 'rm' is replaced with 'del'
That said you can get around this by using git bash, but I think it's definitely something to make note of.

@cifkao
Copy link
Owner

cifkao commented Nov 9, 2022

Good point. Please feel free to make a pull request if you can think of a cross-platform way to write it.

@cifkao
Copy link
Owner

cifkao commented Nov 9, 2022

Maybe via rimraf but it would need to be added to dev dependencies.

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