From 62c9fcc1bab755e0be0df3cb25bc4a328601108f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 2 Jan 2024 16:59:57 -0700 Subject: [PATCH] doc(node): mention ~/.npm/, ~/.node/, and ~/.node_repl_history --- node/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node/README.md b/node/README.md index 44ab9e78f..27a4436ec 100644 --- a/node/README.md +++ b/node/README.md @@ -17,6 +17,9 @@ install: ```text ~/.config/envman/PATH.env ~/.local/opt/node/ +~/.node/ +~/.node_repl_history +~/.npm/ ~/.npmrc ```