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
The nyc report --reporter html command may fail to generate an HTML report because it attempts to create a file containing characters that are not allowed in filenames on Windows. #1621
On Windows, if the sources property of a source map file contains characters that are invalid for Windows filenames (such as ? < > \ : * | ", like in "angular:script"), the nyc report --reporter html command fails to generate the HTML report because it attempts to create files containing these invalid characters.
On Windows, if the
sourcesproperty of a source map file contains characters that are invalid for Windows filenames (such as? < > \ : * | ", like in"angular:script"), thenyc report --reporter htmlcommand fails to generate the HTML report because it attempts to create files containing these invalid characters.