Re: [OE-core] [PATCH] classes/npm: Fix install to use offline option

2017-11-03 Thread Davis, Michael
edded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Philippe Coval Sent: Friday, November 03, 2017 5:54 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH] classes/npm: Fix install to use offline option Option --no-registry seems dep

Re: [OE-core] [PATCH] classes/npm: Fix install to use offline option

2017-11-03 Thread Davis, Michael
-boun...@lists.openembedded.org] On Behalf Of Philippe Coval Sent: Friday, November 03, 2017 5:54 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH] classes/npm: Fix install to use offline option Option --no-registry seems deprecated or even non supported for ages, while --offline fixed the pr

[OE-core] [PATCH] classes/npm: Fix install to use offline option

2017-11-03 Thread Philippe Coval
Option --no-registry seems deprecated or even non supported for ages, while --offline fixed the problem on install task. Issue can be reproduced using: devtool add "npm://registry.npmjs.org;name=epoll;version=latest" bitbake epoll | DEBUG: Executing shell function do_install (...) | np