From 6c62266ea379fe79e545ae13b0001d63c505acfb Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Mon, 9 May 2022 01:07:21 -0400 Subject: [PATCH] Add versions for node.js and npm --- production/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/README.md b/production/README.md index d9995e041..0fe6b38f0 100644 --- a/production/README.md +++ b/production/README.md @@ -82,7 +82,7 @@ pkg install -y zsh sudo git screen curl wget neovim rsync nginx openssl openssh- ### Node.js + npm -Build Node.js and npm from source using `nvm`: +Build Node.js v16.10 and npm v7 from source using `nvm`: ``` curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | zsh source $HOME/.zshrc