Barre / privaxy

Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic. Also check out my new project, https://www.merklemap.com/
https://www.merklemap.com/
GNU Affero General Public License v3.0
2.36k stars 103 forks source link

"Object.fromEntries is not a function" when executing step 4 #15

Closed peter-scholtens closed 2 years ago

peter-scholtens commented 2 years ago

When trying step 4 of the project homepage ("Using the Rust toolchain") I get the following error:

npx: installed 60 in 4.011s Object.fromEntries is not a function 2022-05-23T14:38:40.843197Z ERROR ❌ error error from HTML pipeline

Caused by: hook call to sh returned a bad status Error: error from HTML pipeline

Any suggestion were I can look for this function call? I cannot find any file which contains this. I'm using: rustup 1.24.3 cargo 1.61.0 trunk 0.15.0 Ubuntu 20.04.4 LTS

Barre commented 2 years ago

The nodejs version you are using is probably very outdated, please try to upgrade it to at least v14.