Bug#977781: yarnpkg: fails to download modules

2020-12-21 Thread Pirate Praveen
On Mon, 21 Dec 2020 13:15:46 +0530 Akshay S Dinesh wrote: > > Since yarnpkg add command did not return an error, the autpkgtest was > > succeeding even though it did not add any modules to node_modules > > directory. > > > > > I did a bisect (sort of). > > Removing cache is not an issue

Bug#977781: yarnpkg: fails to download modules

2020-12-20 Thread Akshay S Dinesh
> Since yarnpkg add command did not return an error, the autpkgtest was > succeeding even though it did not add any modules to node_modules > directory. > I did a bisect (sort of). Removing cache is not an issue till commit 232ee703 (New upstream version 1.22.4+debian) But, it is an issue

Bug#977781: yarnpkg: fails to download modules

2020-12-20 Thread Akshay S Dinesh
> Since yarnpkg add command did not return an error, the autpkgtest was > succeeding even though it did not add any modules to node_modules > directory. > I did a bisect (sort of). Removing cache is not an issue till commit 232ee703 (New upstream version 1.22.4+debian) But, it is an issue

Bug#977781: [Pkg-javascript-devel] Bug#977781: Bug#977781: yarnpkg: fails to download modules

2020-12-20 Thread Pirate Praveen
On Mon, Dec 21, 2020 at 1:46 am, Pirate Praveen wrote: We need to create ~/.yarnrc.yml to create node_modules directory. $ cat ~/.yarnrc.yml nodeLinker: "node-modules" $ yarnpkg install \➤ YN: ┌ Resolution step ➤ YN: └ Completed ➤ YN: ┌ Fetch step ➤ YN: └ Completed ➤

Bug#977781: [Pkg-javascript-devel] Bug#977781: yarnpkg: fails to download modules

2020-12-20 Thread Pirate Praveen
On Mon, Dec 21, 2020 at 1:37 am, Pirate Praveen wrote: On Mon, 21 Dec 2020 00:39:35 +0530 Pirate Praveen wrote: > Since yarnpkg add command did not return an error, the autpkgtest was > succeeding even though it did not add any modules to node_modules > directory. Though this is

Bug#977781: yarnpkg: fails to download modules

2020-12-20 Thread Pirate Praveen
On Mon, 21 Dec 2020 00:39:35 +0530 Pirate Praveen wrote: > Since yarnpkg add command did not return an error, the autpkgtest was > succeeding even though it did not add any modules to node_modules > directory. Though this is sufficient to install yarn 2 (berry). $ yarnpkg set version berry

Bug#977781: yarnpkg: fails to download modules

2020-12-20 Thread Pirate Praveen
Package: yarnpkg Version: 1.22.10+~cs18.39.16-1 Severity: serious Since yarnpkg add command did not return an error, the autpkgtest was succeeding even though it did not add any modules to node_modules directory. I have fixed the faulty autopkgtest which now exposes the failure.