Open erikhofer opened 7 years ago
Can you try installing rimraf globally?
npm install -g rimraf
I'm not sure the clean script can work without rimraf being globally available.
@hellofornow I still get the same error. This does not seem like a "command not found" as opposed to a "path not found" error.
I'm submitting a ... (check one with "x")
Current behavior
Running
npm run clean
on a fresh clone produces the following output:Das System kann den angegebenen Pfad nicht finden.
means the specified path cannot be found.Expected behavior
npm run clean
should not fail.Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Windows 7 npm 5.3.0
Angular Seed Version:
9ec7a06
Node:
node --version
= v8.2.1