<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 2 Feb 2020 at 19:15, Nilesh Patra <<a href="mailto:npatra974@gmail.com">npatra974@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div>I was trying to fix node-jsonld. There were a lot of 'Module not found' errors, and resolving paths in webpack.config.js helped.</div><div>However, there are a few core-js related errors which are still there. I am not sure why that is the case. I suspect that this is likely due to incompatible version of core-js.</div><div>Could someone help me here, to understand the issue, and a probable fix? That would be great!</div><div>Pasting the logs:</div><div><br></div><div>    ERROR in multi core-js/fn/array/from core-js/fn/array/includes core-js/fn/map core-js/fn/object/assign core-js/fn/promise core-js/fn/set core-js/fn/string/starts-with core-js/fn/symbol ./lib/index.js<br>    Module not found: Error: Can't resolve 'core-js/fn/array/from' in '/<<PKGBUILDDIR>>'<br>     @ multi core-js/fn/array/from core-js/fn/array/includes core-js/fn/map core-js/fn/object/assign core-js/fn/promise core-js/fn/set core-js/fn/string/starts-with core-js/fn/symbol ./lib/index.js<br></div><div><br></div><div>[There are a few more of similar kind, related to core-js ^]</div><div><br></div><div>Thanks & Regards</div><div>Nilesh</div></div></blockquote><div><br></div><div>I observed that I needed to change core-js paths individually as well in webpack.config.js. That worked.</div><div>Thanks </div></div></div>