mirror of
https://github.com/iv-org/invidious.io.git
synced 2025-06-17 19:19:12 -04:00
feat: add doks as a node module
This commit is contained in:
commit
cfed05efaf
55 changed files with 26751 additions and 0 deletions
30
content/docs/help/troubleshooting.md
Normal file
30
content/docs/help/troubleshooting.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: "Troubleshooting"
|
||||
description: "Solutions to common problems."
|
||||
lead: "Solutions to common problems."
|
||||
date: 2020-11-12T15:22:20+01:00
|
||||
lastmod: 2020-11-12T15:22:20+01:00
|
||||
draft: false
|
||||
images: []
|
||||
menu:
|
||||
docs:
|
||||
parent: "help"
|
||||
weight: 620
|
||||
toc: true
|
||||
---
|
||||
|
||||
## Problems updating npm packages
|
||||
|
||||
Delete the `./node_modules` folder, and run again:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
## Problems with cache
|
||||
|
||||
Delete the temporary directories:
|
||||
|
||||
```bash
|
||||
npm run clean
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue