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
Install npm first
sudo apt-get install npm
ref: https://docs.npmjs.com/cli/install
sudo npm install -g n
ref: https://github.com/tj/n
The text was updated successfully, but these errors were encountered:
Install yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn
ref: https://yarnpkg.com/lang/en/docs/install/#linux-tab
Sorry, something went wrong.
Install pm2
npm install -g pm2
ref: https://www.npmjs.com/package/pm2
No branches or pull requests
Install npm first
ref: https://docs.npmjs.com/cli/install
ref: https://github.com/tj/n
The text was updated successfully, but these errors were encountered: