summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>2023-05-31 00:27:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-29 11:07:51 +0100
commita5734148649be93529e5d5172cb47928957a6536 (patch)
tree115d7187a41676633a3f13154b3ba6f4567d1600 /scripts
parent18e5438de5389b58c8b6a548d4474128d510a28d (diff)
downloadopenembedded-core-a5734148649be93529e5d5172cb47928957a6536.tar.gz
classes: npm: Handle peer dependencies for npm packages
NPM changed its manner to handle peer dependencies over its versions. Before NPM 3: NPM installs automatically peer dependencies between NPM 3 and 7: NPM shows a warning about peer dependencies After NPM 3: NPM reworked its manner how to handle peer dependencies The shrinkwrap doesn't have the parameters of the peer dependencies, so we cannot fetch them. in the same time peer dependencies are not direct dependencies, they should be installed as run time dependencies. Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions