Closed beruic closed 3 years ago
It seems this issue is caused by the runtime shell for Node.js' child_process.exec
being /bin/sh
.
I solved it by doing npx sass-migrator division -v node_modules/bootstrap/scss/**/*.scss node_modules/bootstrap/scss/*.scss
.
In the project I am working on, we are dependent on Bootstrap 4.6.0. I would like to migrate that automatically during build, but when I ass
npx sass-migrator division -v node_modules/bootstrap/scss/**/*.scss
as a gulp task or topostinstall
inpackage.json
it doesn't migrate all the files. What could be the issue?