this allows to skip inidividual dependencies by name by providing -s with a list of comma separated dependency names.
This was necessary for example when having to deal with fsevents which isn't installed on any OS except Darwin but the generator still tries to look it up in the node_modules and fails due to not finding the package.json.
this allows to skip inidividual dependencies by name by providing -s with a list of comma separated dependency names.
This was necessary for example when having to deal with
fsevents
which isn't installed on any OS except Darwin but the generator still tries to look it up in the node_modules and fails due to not finding the package.json.