Lissy93 / wapalyzer

🌐 Identify the technologies powering any website. This is a fork of the now deleted Wappalyzer project by @AliasIO and community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unknown prerequisite needed for 'yarn install'

rkiddy opened this issue · comments

On Ubuntu 22.04.3 LTS:

 $ git clone https://github.com/lissy93.git
 Cloning into 'wapalyzer'...
 remote: Enumerating objects: 100729, done.
 remote: Counting objects: 100% (4935/4935), done.
 remote: Compressing objects: 100% (1188/1188), done.
 remote: Total 100729 (delta 3745), reused 4825 (delta 3688), pack-reused 95794
 Receiving objects: 100% (100729/100729), 72.90 MiB | 9.77 MiB/s, done.
 Resolving deltas: 100% (64979/64979), done.
 $ 
 $ cd wapalyzer/
 $ 
 $ 
 $ yarn install
 Command 'yarn' not found, but can be installed with:
 sudo apt install cmdtest
 $ 
 $ 
 $ sudo apt install cmdtest
 Reading package lists... Done
 Building dependency tree... Done
 Reading state information... Done
 The following additional packages will be installed:
   python3-cliapp python3-markdown python3-pygments python3-ttystatus
 Suggested packages:
   python-markdown-doc python-pygments-doc ttf-bitstream-vera
 The following NEW packages will be installed:
   cmdtest python3-cliapp python3-markdown python3-pygments python3-ttystatus
 0 upgraded, 5 newly installed, 0 to remove and 23 not upgraded.
 Need to get 899 kB of archives.
 <...>
 Setting up python3-markdown (3.3.6-1) ...
 Setting up cmdtest (0.32.14.gcdfe14e-2) ...
 Processing triggers for man-db (2.10.2-1) ...
 $ 
 $ 
 $ yarn install
 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
 $ 

Any suggestions? Much thanx.

This issue is stale because it has been open for 90 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.