FileNotFoundError: [Errno 2] No such file or directory: '../loactions.txt' code example
Example: ERROR: [Errno 2] No such file or directory: 'install'
$ curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt update && sudo apt install yarn