If you do any kind of front end development or front end development training, you have probably accumulated a bunch of projects with aging/stale “node_modules” directories. Are you going to take time to open every single old project you have to nuke the node_modules directory? Nobody has time for that. I wanted to migrate a […]
MacOS
How to Install PhantomJS 2.5 Beta on MacOS
PhantomJS on MacOS is a quick, excellent alternative to Google Chrome for a native browser testing platform. The beta version, PhantomJS 2.5 offers support for ES2015 unlike the current stable branch (at the time of writing this article 2.1.x). Download PhantomJS 2.5 for MacOS At the time of writing this article, the following versions are […]
SOLVED: PhantomJS 2.5 Beta: Library not loaded: libwebp.6.dylib
After installing PhantomJS 2.5 Beta on MacOS, I ran into the following error after trying to get the version: dyld: Library not loaded: /usr/local/opt/webp/lib/libwebp.6.dylib After some research, I found out that the library behind it ‘webp’ had been updated to libwebp.7.dylib. Step 1: Install webp via Homebrew If you have a Mac and are a […]