-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I want to use this tool in windows CLI, so I installed it as:
npm install --save-dev javascript-obfuscator
And it successed, saying added 80 packages in 4s
.
Then I went to node_modules\javascript-obfuscator\bin
and saw javascript-obfuscator
without ext .exe
.
And if I run .\node_modules\javascript-obfuscator\bin\javascript-obfuscator --help
, I got:
... is not recognized as an internal or external command,operable program or batch file.
Environment
- Obfuscator version used: newest on npm
- Node version used: v16.13.0
- Windows 10
Minimal working example that will help to reproduce issue
- run in cmd.exe window:
npm install --save-dev javascript-obfuscator
- try to run the tool:
.\node_modules\javascript-obfuscator\bin\javascript-obfuscator
Metadata
Metadata
Assignees
Labels
No labels