Open maaz-munir opened 4 months ago
Hello! Can you please provide a full description of your process? Like what commands you ran before running bootstrap
hey, thanks for replying!
Just cloned the repo and ran npm install
. Was following the README as is.
Using node version v20.11.1
Could you maybe run mkdir .surfer && touch .surfer/command
and try re-running again?
+1
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
running
npm run bootstrap
returns the following errors because ofdesktop/.surfer/command
not presentError: ENOENT: no such file or directory, open '/desktop/.surfer/command'.
Im still new to this stuff, am I missing something?