Path: /sdks/cli
I don't think it is a good idea to use the command npx -y firecrawl-cli@latest init --all --browser like this, unless you want to remove 20 directories by hand :-)
Better use
npm install -g firecrawl-cli
firecrawl init
firecrawl login --browser
Cheers
Dave
Path: /sdks/cli
I don't think it is a good idea to use the command npx -y firecrawl-cli@latest init --all --browser like this, unless you want to remove 20 directories by hand :-)
Better use
npm install -g firecrawl-cli
firecrawl init
firecrawl login --browser
Cheers
Dave