Closed ajcrites closed 7 years ago
This will crash if something in node_modules/.bin does not resolve to a file.
node_modules/.bin
This change skips over such modules. jsbarcode is an example package that has a binary that is a directory.
jsbarcode
Thanks a lot @ajcrites, released version 1.0.3 with your fix.
This will crash if something in
node_modules/.bin
does not resolve to a file.This change skips over such modules.
jsbarcode
is an example package that has a binary that is a directory.