Решение проблемы:
npx browserslist@latest --update-db
Решение проблемы:
npx browserslist@latest --update-db
cd /root
docker-compose exec web /bin/bash
su - gitlab-psql
psql -h /var/opt/gitlab/postgresql/ gitlabhq_production
SELECT current_setting('max_connections');
SELECT * FROM pg_stat_activity;
Задать принудительно
vue create myproject --packageManager npm
Заменить значение в конфигурационном файле
~/.vuerc
# this is a comment
VAR="value" # comment
VAR=value # comment
https://github.com/vlucas/phpdotenv#comments
cat /dev/urandom | tr -dc '[:alnum:]' | fold -w ${1:-20} | head -n 1