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