status-desktop/devuser_guide/content/dev_guide/help/troubleshooting.md

460 B

title description lead date lastmod draft images menu weight toc
Troubleshooting Solutions to common problems. Solutions to common problems. 2020-11-12T15:22:20+01:00 2020-11-12T15:22:20+01:00 false
dev
parent
help
620 true

Problems updating npm packages

Delete the ./node_modules folder, and run again:

npm install

Problems with cache

Delete the temporary directories:

npm run clean