This has happened to me each time I setup a new Debian or Ubuntu environment. Firstly, the yarn command I am referring to here is the JavaScript “Yarn” package manager. The yarn that was installed or already installed was the one used by the cmdtest. I thought I had yarn installed when I checked using the command which yarn and out printed /usr/bin/yarn. $ which yarn /usr/bin/yarn When I ran yarn upgrade I got this weird error message: ~/src/a-javascript-project $…
Leave a CommentTag: debian
One day on my way back home, I was listening to one of Hanselminutes’s podcast episodes titled “Inside Linux on Windows with WSL and Tara Raj”. This reminded me of the first time I tried it when Microsoft first announced it back in 2016. Then, it was called “Bash on Windows” and Microsoft collaborated with Canonical, the company behind Ubuntu. Personally, I didn’t use it much. It was just another shiny new toy and I didn’t have a use for…
Leave a Comment