M Behzad

Results 13 comments of M Behzad

In another issue: https://github.com/dkundel/pkg-install/issues/2#issuecomment-523300474 someone was suggesting to use the stdio option, which seems to work: ```js await projectInstall({ cwd: newOptions.target, stdio: ["pipe", process.stdout, process.stderr], }); ```

I do get the "undefined is not an object (evaluating 'e.timeline')" error when calling `animation.finish()` after navigating back to the page.