Bug#980775: your initial example also fails with upstream

2021-01-25 Thread anomie
On Sat, 23 Jan 2021 15:37:08 +0100 Paolo Greppi wrote: > you need to add the following as in my previous message: > >cd foo >yes '' | yarn init >cd .. Yes. The example was simplified to show exactly the bug at hand, not to fully work. I confirm that your patch fixes the bug I was

Bug#980775: your initial example also fails with upstream

2021-01-23 Thread Paolo Greppi
I tried using the docker "official image" for node: docker pull node docker run -it --rm node bash mkdir -p test/foo cd test yes '' | yarn init yarn add file:foo yields: yarn add file:foo yarn add v1.22.5 info No lockfile found. [1/4] Resolving packages... [2/4] Fetching