Re: [OE-core][kirkstone 24/24] npm: use npm_registry to cache package

2022-09-13 Thread Martin Jansa
FWIW: this depends on meta-oe change to add meta-oe-cache-native as reported in: https://github.com/openembedded/meta-openembedded/issues/606 I've sent the backport request for meta-oe/kirkstone: https://lists.openembedded.org/g/openembedded-devel/message/98787 On Wed, Sep 7, 2022 at 4:21 PM Steve

[OE-core][kirkstone 24/24] npm: use npm_registry to cache package

2022-09-07 Thread Steve Sakoman
From: Enrico Scholz With nodejs 16, the simple 'npm cache add' approach does not work anymore because its fetcher implementation downloads also meta information from the registry. We have to generate these information and add them to the cache. There is no direct support in 'npm' for task so we