I try this without succes npm always try to install 2.35.0
I am just user not develloper so easyest solution for normal user like me is put aways 1 year job and start with new fresh VM
Reason: chromedriver >=2.34.x does not support 32bit Linux any more
Solution: need to downgrade the chromedriver to <2.34.x
login into Terminal #1
bench init frappe-bench && cd frappe-bench
login into Terminal #2
ls -al /home/frappe/frappe-bench/apps/frappe/
until the /home/frappe/frappe-bench/apps/frappe/package.json existing (Terminal #1 will download the latest master branch of frappe)
login into Terminal #3
vi /home/frappe/frappe-bench/apps/frappe/package.json
…
"chromedriver": from "^2.32.3" to "~2.32.3", (should be ~2.33.3, but my typing error in testing, it works)
…
@ Terminal #1
after the above Terminal #2 & Terninal #3, it will pass this error.