Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarn error #27

Open
chpins opened this issue Nov 10, 2022 · 2 comments
Open

yarn error #27

chpins opened this issue Nov 10, 2022 · 2 comments

Comments

@chpins
Copy link

chpins commented Nov 10, 2022

Hi,

Problem to install :

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

Thanks

@plewin
Copy link
Owner

plewin commented Nov 11, 2022

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,

@lihas
Copy link

lihas commented Aug 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants