now-redirect icon indicating copy to clipboard operation
now-redirect copied to clipboard

now-redirect broken w/ now 8.2.2

Open transitive-bullshit opened this issue 8 years ago • 1 comments

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

transitive-bullshit avatar Sep 13 '17 09:09 transitive-bullshit

Yes, it is a bug from now-cli, its fixed: https://github.com/zeit/now-cli/pull/839

pierregoutheraud avatar Sep 14 '17 09:09 pierregoutheraud