puppet-xp
puppet-xp copied to clipboard
npm install 报错
- 检查网络
- 按提示检查python版本
不嗨意思,截图截错了,这是上一个报错,已经解决了,现在是这个:
我这边尝试install成功了 1、node版本不能过高,我用的16 2、可以尝试cnpm安装
node16或node18
You can try another open-source and free Puppet https://github.com/atorber/puppet-bridge, which does not depend on Frida, is very easy to install, and has implemented nearly all the functionalities of puppet-xp, and even more.
You need to use Node v16 or v18. If you really want to use a newer Node version, you can add the following to your package.json:
"overrides": { "frida": "16.7.19" }
This will override the frida version, allowing installation to succeed on Node v20. Other newer versions haven’t been tested — you can give them a try.