The Makefile provided is very linux centric. The rest of the code works just fine on windows but the commands in the makefile don't work because they are bash specific. Npm on windows is also a batch file (at least with the default VS install), so git bash also doesn't help without causing issues.
Some simple tweaks can make script command will make both targets work.
The Makefile provided is very linux centric. The rest of the code works just fine on windows but the commands in the makefile don't work because they are bash specific. Npm on windows is also a batch file (at least with the default VS install), so git bash also doesn't help without causing issues.
Some simple tweaks can make script command will make both targets work.