I was able to fix it by following the steps below Find the Install path Out put Remove the folder Install again
NodeJs and Mysql Date problem
Today I spent much time to figure out an issue related to ‘date’ on my new project with NodeJs / Adonis using a Mysql backend. The issue which I was facing was that, whenever I query the LUCID model with
Switching between Terminals in VSCode.
VSCode allows to have multiple terminal tabs, but manually switching between them using drop down is an hectic task. so thought to have a keyboard shortcut that allows me to switch between them. Edited the keyboard shortcut and assigned the
macOS Catalina VMware Fusion networking issue
Today i tried to setup Vmware fusion on macOs catalina with Vagrant i faced an error as following On some googling I found that The vagrant-vmware-fusion plugin has been deprecated and is no longer maintained. Please see installation instruction here
Gsuil returning checksum error
When I just installed the google cloud SDK noticed the following error From the error, it seems the CHECKSUM was expected inside the gslib folder. I just copied the CHECKSUM available under gsutil into the gslib and the issue was
Laravel Homestead7.0 Php artisan Error
After upgrading to homestead 7.0.0 box whenever I run the artisan command on Mac book terminal (Host Machine) it returned the following error php artisanIn AbstractConnection.php line 155:Connection refused [tcp://192.168.10.10:6379] I noticed that it was because of the changed setting
Updating Vagrant box manually.
I was trying to update my laravel/homestead vagrant box from 6.3.0 to the latest version 6.4.0 since yesterday and every time I run the command ‘vagrant box update’ the process used to fail either because of ‘Network Issues’ or ‘SSL
PhpStorm Database Console user variable for substituting php variable
Today I spent some time to figure out a ‘user variable’ for substituting a php variable in queries done through the database console in Php Storm select name from users where id = $id After searching i figured
Laravel – Uncaught ReflectionException
I faced following error Class log does not exist in /var/www/dnscp/vendor/laravel/framework/src/Illuminate/Container/Container.php:736 when shifted a Laravel 5.2 application to a new server After debugging I found that the issue was because the php-mbstring extension was missing Installing it fixed the issue
Cannot find a valid peer process to connect to error for VMWare Fusion on High Sierra
I was getting the above error message while trying to run VM ware Fusion 10 Fix this in System Preferences > Security & Privacy > click Allow next to VMWare. Fixed the issue.