<div dir="ltr"><div>Hi,</div><div>I am finding these errors in a few packages:</div><div><br></div><div>ERROR in /usr/share/nodejs/babel-runtime/core-js/object/get-own-property-descriptor.js<br>Module not found: Error: Can't resolve 'core-js/library/fn/object/get-own-property-descriptor' in '/usr/share/nodejs/babel-runtime/core-js/object'<br> @ /usr/share/nodejs/babel-runtime/core-js/object/get-own-property-descriptor.js 1:30-94<br> @ ./dev/View/Popup/Compose.js<br> @ ./dev/App/User.js<br> @ ./dev/app.js<br></div><div><br></div><div>When I looked at the file, it looks like:</div><div><br></div><div>[~]$ cat /usr/share/nodejs/babel-runtime/core-js/object/get-own-property-descriptor.js</div><div>module.exports = { "default": require("core-js/library/fn/object/get-own-property-descriptor"), __esModule: true };</div><div><br></div><div>To me, it looks like using core-js@2, instead of 3(latest in debian). It looks like an issue with babel-runtime (one of the provides of node-babel). Should node-babel be fixed accordingly,</div><div>or is there a workaround here, instead?</div><div>I am not very sure of that, and need help to fix this issue.</div><div>Could anyone please help me out?</div><div>That would be great.</div><div><br></div><div>Thanks and regards</div><div>Nilesh<br></div><div><br></div></div>