tp-link-modem-router icon indicating copy to clipboard operation
tp-link-modem-router copied to clipboard

yarn error

Open chpins opened this issue 2 years ago • 2 comments

Hi,

Problem to install :

cd tp-link-modem-router yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

Thanks

chpins avatar Nov 10 '22 14:11 chpins

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,

plewin avatar Nov 11 '22 10:11 plewin

I had installed incorrect yarn binary. So I removed it and installed the correct one. Here are the steps I followed.

  1. sudo apt remove cmdtest
  2. sudo apt install npm
  3. sudo npm install --global yarn

Now yarn install will work

lihas avatar Aug 24 '23 07:08 lihas