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 se
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 p
2 matches
Mail list logo