安装:
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
本文介绍了解决使用npm安装javascript-obfuscator过程中遇到的警告问题,包括ENOENT错误、缺失描述、repository字段、README数据及license字段等。通过运行npminit-f及npminstallformidable--save命令来完成配置并解决问题。

1598

被折叠的 条评论
为什么被折叠?



