node-javascript-obfuscator: Support for npm@8
authorHirokazu MORIKAWA <morikw2@gmail.com>
Wed, 6 Apr 2022 01:24:10 +0000 (10:24 +0900)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 22 May 2022 09:21:58 +0000 (11:21 +0200)
commit97d325e6d49fb044543ae58dc4548ef50b46734b
tree7c65aeb98ff272f1e6297348ff0572b5b560ace5
parent7e853be8f249f28308b6c120f5f39c1bb3d279e3
node-javascript-obfuscator: Support for npm@8

With the upgrade of node.js to version 16, the npm version will also change to version 8.
This fix is to support npm@8. npm@6 can also build without problems.

The modification method is different from other node modules.
The reason is due to the npm@8 issue.
https://github.com/npm/cli/issues/4027

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit eee26dbac657d8bdf33df0c71b5affcae094ee0c)
lang/node-javascript-obfuscator/Makefile