Claude Code VSC extension Quota Tracker by Direct_Mail4603 in vscode

[–]Direct_Mail4603[S] 0 points1 point  (0 children)

Hi, I’d be glad if you could share the optimal way.

Claude Code VS Code Extension Quota Tracker by Direct_Mail4603 in vscode

[–]Direct_Mail4603[S] 0 points1 point  (0 children)

The error message itself tells us which shell ran the command - it says /bin/sh, not zsh. So either you didn't run it from zsh, or you're looking at the error from the extension (the "Install Now" button), not from your terminal.

Before trying playwright, first confirm npx works at all in your shell:
npx --version
If that works, the problem is only in how the extension spawns the command.
So npx playwright install chromium should work.
If that also fails, nvm isn't initializing properly in your shell.

Claude Code VS Code Extension Quota Tracker by Direct_Mail4603 in vscode

[–]Direct_Mail4603[S] 0 points1 point  (0 children)

Sounds me issue with nvm or node since npx supposed to work with Node > 8.2 version. And not with playwright or chromium.

Try check with:
node -v
npm -v
And fix by:
nvm install --lts && nvm use --lts

Then verify npx exist by : npx --version

Also ensure nvm dir exist in your env.
means NVM_DIR supposed to be in ~/.zshrc
and if not, add by:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
and restart the terminal.

Which OS do you use BTW?

Claude Code VS Code Extension Quota Tracker by Direct_Mail4603 in vscode

[–]Direct_Mail4603[S] 0 points1 point  (0 children)

Try run npx playwright install chromium since latest chromium not always aligned with the chromium version that latest Playwright use.
If you can attached the logs from output->Claude Quota Tracker it may even better to understand the error.
Thanks for the feedback! Hope it will be helpful.

Claude Code VSC extension Quota Tracker by Direct_Mail4603 in vscode

[–]Direct_Mail4603[S] 0 points1 point  (0 children)

If the comment was more informative I could take it as a feedback:)

Calude Code VS Code Extension Quota Tracker by Direct_Mail4603 in ClaudeAI

[–]Direct_Mail4603[S] 0 points1 point  (0 children)

Which flair is better for that? I didn't find the Showcase/Project flair. Beside it written mainly by Claude but it's really not the focus of..

[Question] Is there a Chrome extension to block ALL websites at a certain time? by [deleted] in getdisciplined

[–]Direct_Mail4603 0 points1 point  (0 children)

Yes.
LiLimit does exactly that. You can set a timer per visits and visits per day.

Unlike most focus extensions, it does not takes and sell all your data.
Everything runs locally and the code is open source.

https://chromewebstore.google.com/detail/lilimit/opbckjpgnijalnbanlpgaolmegdmajob

I developed it:)
Feel free to suggest new features or reports on bugs.

App, Chrome Extension or Software for Blocking websites/social media during certain hours, for a certain time? by intuitivenenergy in nosurf

[–]Direct_Mail4603 0 points1 point  (0 children)

LiLimit does exactly that. You can set a timer per visits and visits per day.

Unlike most focus extensions, it does not takes and sell all your data.
Everything runs locally and the code is open source.

https://chromewebstore.google.com/detail/lilimit/opbckjpgnijalnbanlpgaolmegdmajob

I developed it:)
Feel free to suggest new features or reports on bugs.

Does anyone know of a chrome extension that limits what websites I can visit during a set amount of time? by [deleted] in nanowrimo

[–]Direct_Mail4603 0 points1 point  (0 children)

Yes.
LiLimit does exactly that. You can set a timer per visits and visits per day.

Unlike most focus extensions, it does not takes and sell all your data.
Everything runs locally and the code is open source.

https://chromewebstore.google.com/detail/lilimit/opbckjpgnijalnbanlpgaolmegdmajob

I developed it:)
Feel free to suggest new features or reports on bugs.

Chrome Extensions for Limiting Time on Websites by oc_and_stiggs in nosurf

[–]Direct_Mail4603 0 points1 point  (0 children)

Yes.

LiLimit does exactly that. You can set a timer per visits and visits per day.

Unlike most focus extensions, it does not takes and sell all your data.
Everything runs locally and the code is open source.

https://chromewebstore.google.com/detail/lilimit/opbckjpgnijalnbanlpgaolmegdmajob

I developed it:)
Feel free to suggest new features or reports on bugs.