Tag: javascript
-
Fixing “The chromium binary is not available for arm64”
When installing Puppeteer on your new shiny M1/M2 powered Mac, you might come across this error message, when trying to install the Puppeteer NPM package: Fear not, there is an easy fix! Just install Chromium manually with HomeBrew: After installing Chromium, just add these two lines to ~/.zshrc: Don’t forget to run source ~/.zshrc afterwards. […]
-
Weekly linkdump (week 30)
Everything I bookmarked the past week.
-
My 2022 (mostly frontend) programming stack
This post is a post that’s been in my draft folder for way too long. I’ve wanted to write about my current programming stack for a while. This post is an overview of all the languages, frameworks, services, and tools I’ve been using in 2022. Where I come from More than 20 years ago, I […]