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
"preinstall": "composer install || php composer.phar install || (echo You must install composer to download php dependencies && exit 1)",
"postinstall": "cd assets && node ../node_modules/bower/bin/bower install --config.interactive=false --allow-root && echo 'well done, everything is set up! Consider `npm install -g gulp` if you want to develop for the front-end'"