now-redirect broken w/ now 8.2.2
This is a very useful tool, however it appears something between now-redirect, now, or node has changed and the tool installed fresh is no longer working as expected.
I was able to work around this quickly by cloning locally and just deploying from the app/ directory directly, but I'm sure plenty of people will run into this issue and not know how to proceed.
In particular, in bin/now-redirect, where the child process is supposed to operate against the source's simple app/ directory, currently, the child now process is executing against the current working directory. Now then tries to deploy the current working directory instead of the desired app/ redirection deployment.
Mac OS Sierra v10.12.2
now --version 8.2.2
node --version v8.40
Yes, it is a bug from now-cli, its fixed: https://github.com/zeit/now-cli/pull/839