Patrick Stadler

Results 103 comments of Patrick Stadler

Could you please provide a full stack trace?

Unfortunately, I don't see where this is coming from. Could you provide more context? `node --version` certainly helps, plus a little test `flightplan.js` on how to reproduce this would be...

I agree with the idea that `npm install -g fly` and then using `fly` as the command to launch tasks makes sense. On the other hand flightplan was released in...

> What about local installations? If the user has node_modules/.bin on her $PATH, then it should shadow a global installation correct? That's true. But then again if you install both...

Flightplan is pretty stable. I'm planning to change the API to use orchestrator or a similar approach at some point, but I'm hesitating rewriting bigger parts because of ES6 generators....

Related: https://github.com/npm/npm/issues/7130

I'm closing this issue for now, if we find a solution it would be great, but I won't push this any further in the near future.

See this section in the docs: https://github.com/pstadler/flightplan#accessing-runtime-information Is this what you're asking for?

This is a bug. Shouldn't be too hard to fix. Will try to do another release pretty soon On 15 May 2017 at 02:55:41, Ravi Sarma ([email protected]) wrote: > I...

Ah sorry, I thought this is about another ticket. This is indeed hard to solve. Maybe you should simply roll with an own implementation running rsync in a local loop.