We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the 2 issues I had installing the services via the scripts were:
echo -e "disable_log_bin\nwait_timeout = 31536000\ninteractive_timeout = 31536000" >> /etc/mysql/mysql.conf.d/mysqld.cnf
-e
nvm use 22
nvm use 20
/root/.nvm/versions/node/v22.9.0/bin/node /root/edge-node-auth-service/index.js
nvm install 22
22.10.0
nvm install / nvm use
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the 2 issues I had installing the services via the scripts were:
echo -e "disable_log_bin\nwait_timeout = 31536000\ninteractive_timeout = 31536000" >> /etc/mysql/mysql.conf.d/mysqld.cnf
copied also the-e
over to the config which mysql didn't like and crashed 🤷🏼♂️nvm use 22
ornvm use 20
and the minor versions change./root/.nvm/versions/node/v22.9.0/bin/node /root/edge-node-auth-service/index.js
broke becausenvm install 22
installed22.10.0
now.nvm install / nvm use
commandThe text was updated successfully, but these errors were encountered: