plewin / tp-link-modem-router

Goodies for TP-Link modem routers
GNU General Public License v3.0
82 stars 17 forks source link

Install ? #16

Closed RudySixOw closed 2 years ago

RudySixOw commented 2 years ago

Hello, sorry for my deplorable English. I must not be good, I have cloned the git, installed nodejs and yarn, on the other hand I do not see an install file and when I run yarn install it says to me: "00h00m00s 0/0:: ERROR: [Errno 2] No such file or directory: 'install' ". Would I have missed a step, do I have to go through docker?

Thanks in advance.

plewin commented 2 years ago

Hey, Are you on Ubuntu? It seems it's a common problem on Ubuntu and the yarn called is not the yarn that's needed. It's a different yarn that is already installed You need node and yarn for node.

Best regards,

On Wed, Sep 29, 2021, 17:43 RudySixOw @.***> wrote:

Hello, sorry for my deplorable English. I must not be good, I have cloned the git, installed nodejs and yarn, on the other hand I do not see an install file and when I run yarn install it says to me: "00h00m00s 0/0:: ERROR: [Errno 2] No such file or directory: 'install' ". Would I have missed a step, do I have to go through docker?

Thanks in advance.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/plewin/tp-link-modem-router/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMVLKFUKXDHC4U46NVXD3UEMX35ANCNFSM5FAGMRJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

RudySixOw commented 2 years ago

Thank you for your reply. Indeed I am on a debian. So I uninstalled the yarn from apt source and install via npm and it works. A big thank-you.