On Sat, Oct 5, 2019 at 14:10, Pirate Praveen <[email protected]>
wrote:
I fixed this error with the following patch, it'd be good if someone
can confirm this is okay.
Now with master-0.68 branch simple bundling with command line works but
more complex builds fail.
/usr/share/nodejs/rollup/bin/src/run/loadConfigFile.js:17
.rollup({
^
TypeError: Cannot read property 'rollup' of undefined
at Object.loadConfigFile [as default]
(/usr/share/nodejs/rollup/bin/src/run/loadConfigFile.js:17:10)
at Object.runRollup [as default]
(/usr/share/nodejs/rollup/bin/src/run/index.js:92:33)
at Object.<anonymous>
(/usr/share/nodejs/rollup/bin/src/index.js:30:20)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js
(internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)