pull down to refresh
0 sats \ 1 reply \ @grimtechnet 5h \ on: Dembrandt: Extract any website’s full design system in few seconds Design
Eyy that's pretty cool. Left a star, might come in handy.
UPDATE. I tried it. Ran it in my terminal, forgot about it for 3 hours, then when I got back to it, it hadn't done anything because it got stuck on a dependency :(
$ npx dembrandt twitch.tv
Need to install the following packages:
dembrandt@0.2.0
Ok to proceed? (y)
⠙
npm error path /home/cj/.npm/_npx/61a035a8a9d53d0b/node_modules/dembrandt
npm error command failed
npm error signal SIGINT
npm error command sh -c npx playwright install chromium --with-deps || echo 'Playwright install failed, you may need to run: npx playwright install chromium'
npm error Installing dependencies...
npm error Switching to root user to install dependencies...
npm error ╔═══════════════════════════════════════════════════════════════════════════════╗
npm error ║ WARNING: It looks like you are running 'npx playwright install' without first ║
npm error ║ installing your project's dependencies. ║
npm error ║ ║
npm error ║ To avoid unexpected behavior, please install your dependencies first, and ║
npm error ║ then run Playwright's install command: ║
npm error ║ ║
npm error ║ npm install ║
npm error ║ npx playwright install ║
npm error ║ ║
npm error ║ If your project does not yet depend on Playwright, first install the ║
npm error ║ applicable npm package (most commonly @playwright/test), and ║
npm error ║ then run Playwright's install command to download the browsers: ║
npm error ║ ║
npm error ║ npm install @playwright/test ║
npm error ║ npx playwright install ║
npm error ║ ║
npm error ╚═══════════════════════════════════════════════════════════════════════════════╝
npm error sudo: a password is required
npm error A complete log of this run can be found in: /home/cj/.npm/_logs/2025-11-24T00_32_03_510Z-debug-0.log
reply