browsix
browsix copied to clipboard
Docker image fails for browsix:a17538c
Hi.
I've been following instructions to try and build and use the Docker container.
I've built an image for browsix:a17538c, but the run fails on:
# make serve
SERVE
[05:20:18] Using gulpfile ~/browsix/gulpfile.js
[05:20:18] Starting 'copy-node-kernel'...
[05:20:18] Starting 'copy-node'...
[05:20:18] Starting 'lint-kernel'...
[05:20:18] Starting 'lint-browser-node'...
[05:20:18] Starting 'lint-bin'...
[05:20:18] Starting 'lint-syscall-api'...
[05:20:18] Starting 'app:styles'...
[05:20:18] Starting 'app:images'...
[05:20:18] Finished 'copy-node-kernel' after 653 ms
events.js:141
throw er; // Unhandled 'error' event
^
TypeError: this is not a typed array.
at Function.from (native)
at /root/browsix/node_modules/gulp-autoprefixer/index.js:25:27
at run (/root/browsix/node_modules/karma/node_modules/core-js/modules/es6.promise.js:66:22)
at /root/browsix/node_modules/karma/node_modules/core-js/modules/es6.promise.js:79:30
at flush (/root/browsix/node_modules/karma/node_modules/core-js/modules/_microtask.js:18:9)
at nextTickCallbackWith0Args (node.js:419:9)
at process._tickDomainCallback (node.js:389:13)
make: *** [serve] Error 1
I have no clue what mess can lead to that error, sorry.
Is there a known tagged Git revision that's reputed working ?
Thanks in advance.