I recently updated many dependencies in my project that is based on a newly released theme version. Despite fixing compiler issues, I now face the following error:
Error:
ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'nodeName' of null TypeError: Cannot read property 'nodeName' of null at eval (eval at webpackJsonp.../../../../script-loader/addScript.js.module.exports (http://localhost:4200/0.chunk.js:6326:8), :159:258)
https://i.sstatic.net/pMvwc.jpg
My package.json:
{
// Package JSON data here
}
In an attempt to resolve it, I reinstalled the script-loader
dependency, but the issue persists.
Your insights and solutions are much appreciated!
Update 1:
I have posted an updated image with clearer details of the error. Click on the errors in code line 6329 to view:
https://i.sstatic.net/XSfm0.jpg
If you have any suggestions for debugging or resolving this issue, please share! Thank you.