CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.77k stars 483 forks source link

Error: ENOENT: no such file or directory, stat #634

Open SeanHayes opened 8 years ago

SeanHayes commented 8 years ago
$ csslint static/css/main.css 
fs.js:844
  return binding.stat(pathModule._makeLong(path));
                 ^

Error: ENOENT: no such file or directory, stat './collected-static//console.js'
    at Error (native)
    at Object.fs.statSync (fs.js:844:18)
    at /usr/local/lib/node_modules/csslint/cli.js:407:31
    at Array.forEach (native)
    at traverse (/usr/local/lib/node_modules/csslint/cli.js:405:45)
    at Object.cli.getFiles (/usr/local/lib/node_modules/csslint/cli.js:420:9)
    at /usr/local/lib/node_modules/csslint/cli.js:123:60
    at Array.forEach (native)
    at filterFiles (/usr/local/lib/node_modules/csslint/cli.js:121:36)
    at processFiles (/usr/local/lib/node_modules/csslint/cli.js:238:21)

collected-static/console.js is a broken symlink, but I don't see why it matters when I'm not trying to check that file.