MR
Yarn executable was not detected in the system.
Запускаю так:
- name: 'DEPLOY | Generate assets localy'
command: /bin/bash -lc "yarn install"
Size: a a a
MR
Yarn executable was not detected in the system.
- name: 'DEPLOY | Generate assets localy'
command: /bin/bash -lc "yarn install"
MR
AK
command
поменять на shell
AK
shell
должен помочь как разMR
MR
AK
AK
AK
- name: 'DEPLOY | Generate assets localy'
shell: "yarn install"
AK
sudo yarn install
MR
- name: 'DEPLOY | Generate assets localy'
shell: yarn install
MR
args:
executable: /bin/bash
AK
- name: 'DEPLOY | Generate assets localy'
shell: yarn install
yarn
где-то прописан? например в /usr/sbin/yarn
?MR
AK
AK
/usr/sbin
и должно заработатьMR
MR
AK