I am working on a laravel project and literally, after any command in the git bash file explorer randomly opens few times.
If I run npm run dev, npm install, PHP artisan something...
Here is the package.json:
I am working on a laravel project and literally, after any command in the git bash file explorer randomly opens few times.
If I run npm run dev, npm install, PHP artisan something...
Here is the package.json:
What do you mean by PATH? How to check that?
If you are on Windows:
set PATHwhere findAnd error like find: /I no such file or directory looks like a Linux find used where a Windows find.exe (using such options as /I) is expected.
If where find returns two path entries, the order of those paths would be important.