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

No such file or directory: 'install' #68

Open
bdbais opened this issue Sep 10, 2020 · 4 comments
Open

No such file or directory: 'install' #68

bdbais opened this issue Sep 10, 2020 · 4 comments

Comments

@bdbais
Copy link

bdbais commented Sep 10, 2020

-linux:~/vue/django-vue-template$ yarn install
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

@bdbais
Copy link
Author

bdbais commented Sep 10, 2020

linux:~/vue/django-vue-template$ ls -la
total 316
drwxrwxr-x 6 rei rei 4096 Sep 10 09:53 .
drwxrwxr-x 3 rei rei 4096 Sep 10 09:53 ..
-rw-rw-r-- 1 rei rei 612 Sep 10 09:53 app.json
drwxrwxr-x 4 rei rei 4096 Sep 10 09:53 backend
drwxrwxr-x 8 rei rei 4096 Sep 10 09:53 .git
-rw-rw-r-- 1 rei rei 243 Sep 10 09:53 .gitignore
-rw-rw-r-- 1 rei rei 1069 Sep 10 09:53 LICENSE
-rwxrwxr-x 1 rei rei 543 Sep 10 09:53 manage.py
-rw-rw-r-- 1 rei rei 988 Sep 10 09:53 package.json
-rw-rw-r-- 1 rei rei 257 Sep 10 09:53 Pipfile
-rw-rw-r-- 1 rei rei 5204 Sep 10 09:53 Pipfile.lock
-rw-rw-r-- 1 rei rei 74 Sep 10 09:53 Procfile
drwxrwxr-x 3 rei rei 4096 Sep 10 09:53 public
-rw-rw-r-- 1 rei rei 6372 Sep 10 09:53 README.md
drwxrwxr-x 6 rei rei 4096 Sep 10 09:53 src
-rw-rw-r-- 1 rei rei 598 Sep 10 09:53 vue.config.js
-rw-rw-r-- 1 rei rei 246149 Sep 10 09:53 yarn.lock

@ahronmoshe
Copy link

I have also this problem

@perfectdev0712
Copy link

It is because yarn is not added on the path. You must reopen your terminal or vscode.

@csphoniex
Copy link

sudo apt remove cmdtest
sudo apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install yarn -y

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

4 participants