Update Node.JS documentation

This commit is contained in:
Johan 2025-03-19 14:02:02 +01:00
parent 5e54517122
commit 628f355a42

View File

@ -39,3 +39,9 @@ Sök efter uppdateringar för bara production
<pre><code>npm install -g npm-check-updates
ncu -u
npm install</code></pre>
### Rensa npm cache
Detta ska normalt inte behövas då npm detekterar fel automatiskt.
<pre><code>npm cache clean --force</code></pre>