-
How to fix: npm WARN gulp-babel@8.0.0 requires a peer of @babel/core@
Recently, when attempting to install the
gulp-babel
package using thenpm
CLI (“Node package manager”, “Command line interface”) in the Terminal app, I saw a warning sayinggulp-babel@8.0.0 requires a peer of @babel/core@^7.0.0
. Then, when attempting to rungulp
, I saw an error message saying thatgulp
run is failed becauseCannot find module '@babel/core'
. In this tutorial, you’ll learn how to solve this problem. -
How to fix: node-gyp rebuild fail; No Xcode or CLT version detected!
Recently, when attempting to install the
gulp
package using thenpm
CLI (“Node package manager”, “Command line interface”) in the Terminal app, I saw an error message saying thatnode-gyp
rebuild is failed becauseno Xcode or CLT version detected
. In this tutorial, you’ll learn how to solve this problem. -
How to create a bootable USB drive with macOS Catalina installer
You can use a USB drive (external hard drive or flash drive) as a startup disk from which to install the Mac operating system. This is called a bootable USB drive with macOS installer. To upgrade macOS or reinstall macOS does not require a bootable USB drive with macOS installer, but it can be useful if you want to perform a clean installation of macOS or when you want to install macOS on multiple Mac computers without having to download the installer each time. In this tutorial, I’ll show you how to create a bootable USB drive with macOS Catalina installer.
Continue reading → -
How to fix: Missing window of Atom application
I recently faced with a strange problem when using the Atom application that I use on my laptop MacBook Pro with macOS Catalina 10.15. For some reason I could not open the window in the Atom application. The top bar menu of the application is there and the items are can be selected and pressed, but nothing happens. Even restarting the application does not help. In this article I will show you how to fix this problem in 3 seconds. Let’s begin.
Continue reading → -
How to install tools for working with Jekyll on macOS
Recently, I decided to transfer all my websites based on a combination of Jekyll + GitHub + GitHub Pages, from fully automatic building with capabilities of GitHub Pages hosting to manual building on my laptop MacBook Pro with macOS Catalina 10.15. In this article I will show you how to install in macOS the tools necessary for local work with websites built on the Jekyll platform. Let’s begin.
Continue reading →