When node-gyp fails

If you’re seeing this error on a Mac, run sudo rm -rf $(xcode-select -print-path) xcode-select –install Source: How to fix the Node gyp Error: No Xcode or CLT version detected node-gyp also has documentation on how to resolve the error. I’m currently on Big Sur 11.4.

Darchitect

This is my newest theme, Darchitect. It is designed to be dark. Really dark. (or quite bright if you prefer) Aesthetics Inspired by high-contrast architecture photography and technical manuals, Darchitect is a combination of artistic canvas, engineering notes, and elegant book design. The build Darchitect is a fork of Twenty Twenty-One, this year’s default WordPress… Continue reading Darchitect

fast-forward only [git]

tl;dr git config –global pull.ff only makes git pull happy. 🌟 I just set up a new computer and, every time I ran git pull, I was greeted with a message I had not seen before: Looking further into it, I found several recommendations to set the global configuration to be pull.ff or “fast-forward only.”… Continue reading fast-forward only [git]

My Gutenberg setup

Sometimes, the simplest solution is the simplest solution. In this case, I’ve tried just about every popular development setup for WordPress. MAMP is still the winner. I had been using the WordPress docker environment that is available when working on the Gutenberg project. It’s mostly reliable, but makes my computer fan really tired. If you’re… Continue reading My Gutenberg setup