angular2-testing icon indicating copy to clipboard operation
angular2-testing copied to clipboard

Running npm command 'test' should not fail on windows OS

Open HNeukermans opened this issue 8 years ago • 1 comments

When running npm 'test' command on windows OS, i get an error saying 'Rm is not recognized as an internal or external command'. Installing npm package rimraf globally and then changing 'rm' to 'rimraf', did the trick.

HNeukermans avatar Mar 16 '16 08:03 HNeukermans

Hi! You can use the git bash to execute "npm start". It should not throw an error on "rm".

guntram avatar Jul 12 '16 15:07 guntram