You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
93
73
```
94
74
95
75
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