zen-browser / surfer

Simplifying building firefox forks!
Mozilla Public License 2.0
58 stars 3 forks source link

fails to run locally #1

Open maaz-munir opened 2 months ago

maaz-munir commented 2 months ago

running npm run bootstrap returns the following errors because of desktop/.surfer/command not present

Error: ENOENT: no such file or directory, open '/desktop/.surfer/command'.

Im still new to this stuff, am I missing something?

mauro-balades commented 2 months ago

Hello! Can you please provide a full description of your process? Like what commands you ran before running bootstrap

maaz-munir commented 2 months ago

hey, thanks for replying!

Just cloned the repo and ran npm install. Was following the README as is.

Using node version v20.11.1

mauro-balades commented 2 months ago

Could you maybe run mkdir .surfer && touch .surfer/command and try re-running again?

maaz-munir commented 2 months ago

image

zhaopengme commented 1 month ago

+1

Zh40Le1ZOOB commented 1 month ago

I don't know how but I solved this on NixOS by installing cacert from nixpkgs.

Use this patch: https://github.com/Zh40Le1ZOOB/nixpkgs/blob/dc4668099719d5ff616dbd3057a42adfb4a60045/pkgs/by-name/ze/zen-browser/surfer-dont-check-update.patch