RoboCup-SSL / ssl-vision-client

A graphical client that reads multicast messages and visualizes them in a web UI
GNU General Public License v3.0
4 stars 5 forks source link

When typing "yarn install", shows "No such file or directory: 'install'". platform: Ubuntu 18.04.4 #12

Closed Droliven closed 4 years ago

Droliven commented 4 years ago

捕获

drone@ubuntu:~/go/src/github.com/RoboCup-SSL/ssl-vision-client$ ls
babel.config.js   go.mod      LICENSE       proto      src
cmd               go.sum      package.json  public     yarn.lock
generateProto.sh  install.sh  pkg           README.md
drone@ubuntu:~/go/src/github.com/RoboCup-SSL/ssl-vision-client$ yarn install
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
g3force commented 4 years ago

Do you have installed yarn? Which version? It should look like this:

➜  ssl-vision-client git:(master) yarn install
yarn install v1.22.4
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.44s.
joydeep-b commented 4 years ago

I am guessing you installed the Ubuntu package cmdtest to get the yarn command. This is not the Yarn package manager -- please install using the instructions here: https://classic.yarnpkg.com/en/docs/install/#debian-stable

g3force commented 4 years ago

@Droliven can you confirm?