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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ sudo a2ensite my.chamilo.net
89
89
sudo systemctl restart apache2
90
90
yarn set version stable
91
91
yarn up && yarn install && yarn dev
92
+
# If yarn dev fails with "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory", use this instead of only "yarn dev"
93
+
# NODE_OPTIONS="--max-old-space-size=4096" yarn dev
92
94
sudo touch .env
93
95
sudo chown -R www-data: var/ .env config/
94
96
# load http://my.chamilo.net in your browser and follow the installation wizard
0 commit comments