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
If I have a dependency npm link'd into my node_modules folder, this tool throws. It should ignore those dependencies.
/usr/local/lib/node_modules/package-config-checker/bin/package-config-checker.js:10
var fileExists = require('file-exists')
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:8:11)
at Object.posix.join (path.js:479:5)
at check (/usr/local/lib/node_modules/package-config-checker/bin/package-config-checker.js:65:28)
at /usr/local/lib/node_modules/package-config-checker/bin/package-config-checker.js:75:5
at Array.forEach (native)
at check (/usr/local/lib/node_modules/package-config-checker/bin/package-config-checker.js:74:34)
at /usr/local/lib/node_modules/package-config-checker/bin/package-config-checker.js:75:5
at Array.forEach (native)
at check (/usr/local/lib/node_modules/package-config-checker/bin/package-config-checker.js:74:34)
at /usr/local/lib/node_modules/package-config-checker/bin/package-config-checker.js:75:5
The text was updated successfully, but these errors were encountered:
If I have a dependency
npm link
'd into my node_modules folder, this tool throws. It should ignore those dependencies.The text was updated successfully, but these errors were encountered: