tp-link-modem-router
tp-link-modem-router copied to clipboard
yarn error
Hi,
Problem to install :
cd tp-link-modem-router yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
Thanks
Hi,
It seems to me that the yarn command you have is not yarn, the package manager for nodejs.
You need yarn the package manager for nodejs to install this software.
Best regards,
I had installed incorrect yarn binary. So I removed it and installed the correct one. Here are the steps I followed.
- sudo apt remove cmdtest
- sudo apt install npm
- sudo npm install --global yarn
Now yarn install will work