From 40bf8c2605d8247f8bdadbe1e01fcab85ba949ff Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 13 Jul 2021 08:32:15 +0200 Subject: [PATCH] remove nodejs 14.x requirement --- JavaScript-in-EGroupware-apps.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/JavaScript-in-EGroupware-apps.md b/JavaScript-in-EGroupware-apps.md index 9ee8d95..4e8f787 100644 --- a/JavaScript-in-EGroupware-apps.md +++ b/JavaScript-in-EGroupware-apps.md @@ -10,9 +10,7 @@ Our developer-install update script ```./install-cli.php``` runs the following c - ```grunt``` ---- " ---- - ```npm run build``` running new ```rollup -c``` -> Our current [rollup.config.js](https://github.com/EGroupware/egroupware/blob/master/rollup.config.js) requires Node version 14! For Ubuntu you can [install Node 14.x following this instructions](https://github.com/nodesource/distributions#debmanual). - -> For development, specially debugging JavaScript, you probably want to [switch minifying off in rollup.config.js](https://github.com/EGroupware/egroupware/blob/master/rollup.config.js#L25), otherwise you are not able to set breakpoints on some lines. +> For development, specially debugging JavaScript, you probably want to [switch minifying off in rollup.config.js](https://github.com/EGroupware/egroupware/blob/master/rollup.config.js#L24), otherwise you are not able to set breakpoints on some lines. > Use ```npm run build:watch``` or click on the green run icon in package.json opened in PHPStorm to automatic build changed files for developing.