From 628f355a421d1ad28f76c36a6dbe7de75331f3ce Mon Sep 17 00:00:00 2001 From: Johan Date: Wed, 19 Mar 2025 14:02:02 +0100 Subject: [PATCH] Update Node.JS documentation --- Node.JS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Node.JS.md b/Node.JS.md index de469ec..fb82044 100644 --- a/Node.JS.md +++ b/Node.JS.md @@ -39,3 +39,9 @@ Sök efter uppdateringar för bara production
npm install -g npm-check-updates
 ncu -u
 npm install
+ +### Rensa npm cache + +Detta ska normalt inte behövas då npm detekterar fel automatiskt. + +
npm cache clean --force