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
Due to a bug nodejs/node#6624 in node 6.x ngtemplate loader fails on Windows. While doing resource.indexOf(relativeTo) it cannot find a part of the relative path as indexOf is case sensitive. Any chance to change it to case insensitive on Windows (or do toLower() before indexOf())?
The text was updated successfully, but these errors were encountered:
Due to a bug nodejs/node#6624 in node 6.x
ngtemplate
loader fails on Windows. While doingresource.indexOf(relativeTo)
it cannot find a part of the relative path asindexOf
is case sensitive. Any chance to change it to case insensitive on Windows (or dotoLower()
beforeindexOf()
)?The text was updated successfully, but these errors were encountered: