You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ./smug --prepare --laravel-all on Cloud9 Ubuntu fails as follows:
...
sudo: phpmyadmin-ctl: command not found
Downloading https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz...
######################################################################################################################################################################################################################################################### 100.0%
Now using node v8.12.0 (npm v6.4.1)
Now using node v8.12.0 (npm v6.4.1)
default -> 8.12.0 (-> v8.12.0)
chown: cannot access '/home/ubuntu/.composer': No such file or directory
sudo: composer: command not found
I presume that the script should either install phpmyadmin and composer or it should document that the user (or the environment) is responsible for pre-installing these.
The text was updated successfully, but these errors were encountered:
Running
./smug --prepare --laravel-all
on Cloud9 Ubuntu fails as follows:I presume that the script should either install phpmyadmin and composer or it should document that the user (or the environment) is responsible for pre-installing these.
The text was updated successfully, but these errors were encountered: