Sher Chowdhury
Sher Chowdhury
It doesn't look like `librdkafka-dev` is available on macOS, the closest I can find is librdkafka which can be installed with [brew](https://formulae.brew.sh/formula/librdkafka). I already have this installed: ``` brew info...
I finally managed to get this working by running: ``` nvm uninstall 18 nvm install 18 nvm use 18 node --version v18.17.0 npm install node-rdkafka # This now works! ```
Actually I think guttenberg compatibility would be a better alternative than using shortcodes.
Hi Mytory, Just wondering if you had a chance to add Guttenberg compatibility? It's a feature I'm really excited about using on my website. Kind regards, Sher
I think this error might be linked to how I installed Python, which I've done using [pyenv](https://github.com/pyenv/pyenv). I tried doing `npm config set python /Users/xxxx/.pyenv/shims/python`, then restarted my terminal. I...