Skip to content

Commit 14b2069

Browse files
authored
Update README.md
1 parent cb69739 commit 14b2069

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44

55
<div align="center">
6-
<h1>☁️ Drive</h1>
7-
<strong>Open Source cloud file storage server (Similar To Google Drive)</strong>
6+
<h1> Drive</h1>
7+
<strong>Open Source file storage server </strong>
88
</div>
99

1010
## 🔍 Index
1111

1212
- [Features](#features)
1313
- [Tech stack](#tech-stack)
14-
- [Common installation issues](#common-installation-issues)
14+
1515

1616

1717
<span id="features"></span>
@@ -70,26 +70,6 @@ npm run build
7070
npm run start
7171
```
7272

73-
<span id="common-installation-issues"></span>
74-
75-
#### Possible installation issues
76-
77-
Make issue
78-
79-
```sh
80-
npm error gyp ERR! stack Error: not found: make
81-
```
82-
83-
This is because you do not have the build essentials installed which is required for Linux. You can install them by running the following command:
84-
85-
```sh
86-
sudo apt-get install build-essential
87-
```
88-
89-
Memory issue
90-
91-
```sh
92-
Aborted (core dumped)
9373
```
9474
9575
When running the `npm run build` command it may take more memory than node allows by default. You will get the above error in such a case. To fix this, you can run the following command instead when building:

0 commit comments

Comments
 (0)