Open jordanforbes opened 2 years ago
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.
Good point. Please feel free to make a pull request if you can think of a cross-platform way to write it.
Maybe via rimraf but it would need to be added to dev dependencies.
rimraf
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.