node-javascript-obfuscator: Support for npm@8
authorHirokazu MORIKAWA <morikw2@gmail.com>
Wed, 6 Apr 2022 01:24:10 +0000 (10:24 +0900)
committerRosen Penev <rosenp@gmail.com>
Sat, 16 Apr 2022 18:01:38 +0000 (11:01 -0700)
commitd2109d23f8a6f677665274f55b90cdb739425e89
treee371f9947a8490572ee945741d24c18bd41eed9a
parent3e3b44b86802aa1baf2b3e67e963fe8240d53d25
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>
lang/node-javascript-obfuscator/Makefile