puppet-xp icon indicating copy to clipboard operation
puppet-xp copied to clipboard

npm install 报错

Open wwz-wyze opened this issue 1 year ago • 5 comments

image

wwz-wyze avatar Mar 25 '24 10:03 wwz-wyze

  1. 检查网络
  2. 按提示检查python版本

atorber avatar Mar 29 '24 17:03 atorber

不嗨意思,截图截错了,这是上一个报错,已经解决了,现在是这个: 28651711721097_ pic

bigbrother666sh avatar Mar 30 '24 01:03 bigbrother666sh

我这边尝试install成功了 1、node版本不能过高,我用的16 2、可以尝试cnpm安装

wwz-wyze avatar Apr 01 '24 07:04 wwz-wyze

node16或node18

atorber avatar Apr 02 '24 14:04 atorber

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.

atorber avatar Apr 07 '24 12:04 atorber

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.

fan-ming-yi avatar Aug 15 '25 03:08 fan-ming-yi