macOS Programming gyp: No Xcode or CLT version detected macOS Big Sur macOS Big Sur It is that time of the year again for all apple enthusiast and the developers using MacBooks to make the jump to the latest operating system from Apple. macOS Big Sur (version 11) is the biggest design update to the desktop operating system since OS X debuted back in 2001 says Apple. Is […] Written by Allan Philip Barku November 20, 2020November 20, 2020
Javascript Programming Javascript Shorthand Coding Techniques In this blog post, I have compiled some helpful javascript shorthand coding techniques. Javascript shorthands are good coding techniques that can help programmers optimize and simplify their javascript codes. 1. If Presence At a point in our code, we need to check if a variable is present or not. The if present shorthand helps you […] Written by Clemence Ayekple January 26, 2020August 2, 2020
macOS Troubleshooting gyp: No Xcode or CLT version detected macOS Catalina gyp: No Xcode or CLT version Did you recently update your macOS Catalina to version 10.15.2? If you did, then you probably in the same boat too. What I immediately noticed from my terminal is this new shinny error about gyp: No Xcode or CLT version detected any time I ran either yarn install or […] Written by Allan Philip Barku January 20, 2020November 21, 2020
Frontend Javascript Javascript ES6 Array and Object Destructuring Array and Object Destructuring There are two most used data structures in javascript; array and object. Array and object destructuring is a significant feature in javascript ES6. ES6 Array Destructuring Usually, to access an item in an array, you would have to access the items via their indexes as shown below. However, you might want […] Written by Clemence Ayekple January 19, 2020August 3, 2020
Laravel Troubleshooting SYMLINK(): No Such File or Directory Laravel Symlink Problem: No Such File I pulled a laravel project from GitHub that already have the storage symbolic link. Upon running it the browser, the images associated with the post came with errors. And after trying to create the symbolic again I had symlink(): no such file or directory. After searching extensively, I found a […] Written by Clemence Ayekple November 12, 2018August 3, 2020
Programming Troubleshooting Vue packages version mismatch error fix Approachable, Versatile and Performant are the words used to describe Vue.js on their website. Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy […] Written by Allan Philip Barku May 17, 2018August 3, 2020
Frontend Programming Troubleshooting How to fix “Error: Node Sass does not yet support your current environment” Node Sass does not yet support your current environment error normally happens when the node version is updated globally and the necessary update of dependencies on the project level is not done. Maybe you already get this error when compiling sass files. In my case it’s regularly when I updated my node version or switch versions due […] Written by Allan Philip Barku May 17, 2018August 3, 2020