Open ghost opened 1 year ago
Describe the bug
rollup-plugin-obfuscator
javascript-obfuscator
To Reproduce
npm install --save-dev rollup-plugin-obfuscator javascript-obfuscator
My npm package list:
Additional context I know I can use --force, but I don't think that it's a good idea to do so.
Could you share your package.json and package-lock.json?
Here is the package.json:
https://pastebin.com/LFtUZaVL
package-lock.json:
https://pastebin.com/58bifpsX
Describe the bug
rollup-plugin-obfuscator
and not injavascript-obfuscator
To Reproduce
npm install --save-dev rollup-plugin-obfuscator javascript-obfuscator
in the project directory.My npm package list:
Additional context I know I can use --force, but I don't think that it's a good idea to do so.