You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed localize-mainmenu via npm, but following error when executing:
/usr/local/lib/node_modules/localize-mainmenu/localizor.js:49
var targetLang = child.attr["target-language"].toLowerCase();
^
TypeError: Cannot read property 'toLowerCase' of undefined
at /usr/local/lib/node_modules/localize-mainmenu/localizor.js:49:51
at XmlDocument.XmlElement.eachChild (/usr/local/lib/node_modules/localize-mainmenu/node_modules/xmldoc/lib/xmldoc.js:63:18)
at /usr/local/lib/node_modules/localize-mainmenu/localizor.js:41:12
at tryToString (fs.js:414:3)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:401:12)
The text was updated successfully, but these errors were encountered:
I installed localize-mainmenu via npm, but following error when executing:
/usr/local/lib/node_modules/localize-mainmenu/localizor.js:49
var targetLang = child.attr["target-language"].toLowerCase();
^
TypeError: Cannot read property 'toLowerCase' of undefined
at /usr/local/lib/node_modules/localize-mainmenu/localizor.js:49:51
at XmlDocument.XmlElement.eachChild (/usr/local/lib/node_modules/localize-mainmenu/node_modules/xmldoc/lib/xmldoc.js:63:18)
at /usr/local/lib/node_modules/localize-mainmenu/localizor.js:41:12
at tryToString (fs.js:414:3)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:401:12)
The text was updated successfully, but these errors were encountered: