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
{{ message }}
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
I have noticed that the HTML-HINT does not validate on Save, although I am sure that there are a few errors (that I have made for testing). I have also set up to validate on Change, and then I got this red warning:
"Uncaught TypeError: The "path" argument must be of type string. Received type undefined -- The error was thrown from the htmlhint package. You can help by creating an issue. Please explain what actions triggered this error."
Uncaught TypeError: The "path" argument must be of type string. Received type undefined
At internal/validators.js:105
TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
at validateString (internal/validators.js:105:11)
at Object.join (path.js:1037:7)
at module.exports (/packages/htmlhint/lib/config.coffee:6:43)
at module.exports (/packages/htmlhint/lib/linter.coffee:19:37)
at Function.simpleDispatch (/usr/share/atom/resources/app/static/<embedded>:11:1201460)
at Emitter.emit (/usr/share/atom/resources/app/static/<embedded>:11:1202901)
at TextBuffer.emitDidStopChangingEvent (/usr/share/atom/resources/app/static/<embedded>:11:505470)
at later (/usr/share/atom/resources/app/static/<embedded>:14:104700)
I have noticed that the HTML-HINT does not validate on Save, although I am sure that there are a few errors (that I have made for testing). I have also set up to validate on Change, and then I got this red warning:
"Uncaught TypeError: The "path" argument must be of type string. Received type undefined -- The error was thrown from the htmlhint package. You can help by creating an issue. Please explain what actions triggered this error."
[Enter steps to reproduce:]
Atom: 1.48.0 x64
Electron: 5.0.13
OS: Debian GNU/Linux
Thrown From: htmlhint package 1.1.4
Stack Trace
Uncaught TypeError: The "path" argument must be of type string. Received type undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: