-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Promise.all([
readDir(path.join(cwd, 'node_modules')),
readDir(path.join(cwd, 'node_modules', 'bem-tools', 'node_modules')),
readDir(path.join(__dirname, 'node_modules')),
readDir(path.join(__dirname, 'node_modules', 'bem-tools', 'node_modules')),
readDir(npmRootPath),
readDir(path.join(npmRootPath, 'bem-tools', 'node_modules'))
])Почему бы не добавить ещё и директорию bem-tools на уровне проекта?
project/bem-tools/bem-tools-build
Metadata
Metadata
Assignees
Labels
No labels