npm run make-components fails on Windows
This is due to the fact that the makeAll output is piped to grep, which doesn't work in Windows shell. Perhaps makeAll should have a switch that controls how much output to produce rather than using grep.
See this post for more details.