if I use glob:
zipArchive.glob('/', {
cwd: srcFolder,
ignore: ['./.json', './*.njsproj', 'obj/', 'bin/', 'tests/', 'publish.js'],
expand: true
}, {})
all my npm link modules are not copied. It used to work fine when using .bulk before it was deprecated.