[Koha-bugs] [Bug 26228] Update gulpfile to work with Node.js v12

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 17 17:24:52 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26228

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 108402
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=108402&action=edit
Bug 26228: Update gulpfile to work with Node.js v12

This patch makes the gulpfile work with gulp v4 on Node v12. To test it,
make sure your dev env has Node.js v12.

On both KTD and KohaDevBox edit your sources.list so the node line
points to 'node_12.x' instead of 'node_8.x'.

Once that's done:
1. On your clone run:
   $ yarn install
   $ npm install -E
2. Build the CSS:
   $ yarn build
   $ yarn build --view opac
=> SUCCESS: Things build correctly
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list