Skip to content

Commit 55bcc00

Browse files
authored
Documentation: Add note and solution for failing yarn dev
1 parent c3e8160 commit 55bcc00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ sudo a2ensite my.chamilo.net
8989
sudo systemctl restart apache2
9090
yarn set version stable
9191
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
9294
sudo touch .env
9395
sudo chown -R www-data: var/ .env config/
9496
# load http://my.chamilo.net in your browser and follow the installation wizard

0 commit comments

Comments
 (0)