<div id="geary-body" dir="auto"><div><br></div></div><div id="geary-quote" dir="auto"><br>On Sat, Sep 28, 2019 at 16:12, Xavier <yadd@debian.org> wrote:<br><blockquote type="cite">help.pm is probably filtered. Overwrite in debian/nodejs/files<br></blockquote><br><div>I think the root cause is incompatibility with rollup-plugin-string (they want 2.x and we already have 3.x).</div><div><br></div><div>I did some ugly hacks to move forward and now I get</div><div><br></div><div><div>$ rollup -c</div><div>/usr/share/nodejs/rollup/dist/rollup.js:6030</div><div>exports.__esModule = true;</div><div>                   ^</div><div><br></div><div>TypeError: Cannot assign to read only property '__esModule' of object '#<Object>'</div><div>    at Object.<anonymous> (/usr/share/nodejs/rollup/dist/rollup.js:6030:20)</div><div>    at Module._compile (internal/modules/cjs/loader.js:778:30)</div><div>    a
 t Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)</div><div>    at Module.load (internal/modules/cjs/loader.js:653:32)</div><div>    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)</div><div>    at Function.Module._load (internal/modules/cjs/loader.js:585:3)</div><div>    at Module.require (internal/modules/cjs/loader.js:692:17)</div><div>    at require (internal/modules/cjs/helpers.js:25:18)</div><div>    at Object.<anonymous> (/usr/share/nodejs/rollup/bin/src/run/loadConfigFile.js:5:14)</div><div>    at Module._compile (internal/modules/cjs/loader.js:778:30)</div></div><div><br></div></div>