Contents tagged “Node”
There are 5 contents with this tag:
-
Had once again to reinstall
node-gyp
, even if I'm on Big Sur, this must be a running joke… 🤷♂️ -
I'm using an SVG sprite on this site to make sure I don't repeat SVG code for icons that are used multiple times, and I inline it so the rendering doesn't depend on another resource loading. Here's how I build this sprite from individual SVG icons.
-
I'm already using #Jest to test
images-responsiver
, my #Node package for easier responsive images, but I wonder how to use it to test my plugin wrapping it for #Eleventy… 🤔 -
node-gyp
Installation notes for [node-gyp on] macOS Catalina
I was confronted with this error at least once a month for several months (once again yesterday) when trying to npm install a freshly checked out Node.js project:
-
Updating npm packages versions in package.json
I chose to use npm-check-updates to check for available updates of packages in my package.json files, and it always works without issues, so I guess I can recommend it.
See all tags.