Closed sandorfr closed 7 years ago
I have submitted a PR which addresses this issue.
Thanks @sandorfr! It works on Windows using your fix now, right?
Yes, it works :) thank you for the prompt merge/publish. And some advertisement for this tool : http://geeklearning.io/angular-aot-webpack-memory-trick/
Currently, it blindly replaces any occurence of node in the cmd/shell files no matter where they are.
So if a node module has
node
in its name, it will replace it as well leading to an invalid path.Example cmd:
Example shell:
I also have the feeling that the if statement should also be left untouched.
Thanks for that handy command by the way.