安装:

    sudo npm install -g javascript-obfuscator

可能遇到的问题:

npm WARN saveError ENOENT: no such file or directory, open '/Users/tugame/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/tugame/package.json'
npm WARN tugame No description
npm WARN tugame No repository field.
npm WARN tugame No README data
npm WARN tugame No license field.

解决方案:

npm init -f
npm install formidable --save

更多推荐

前端代码混淆工具javascript-obfuscator