ADCI / webpack-starter-kit

MIT License
49 stars 23 forks source link

Drupal 7 core problem with *.info files on node_modules folder #1

Closed azenkovets closed 7 years ago

azenkovets commented 7 years ago

Please add these lines to package.json

"scripts": { "postinstall": "find node_modules/ -name '*.info' -type f -delete" }

This script will remove all *.info files from node_modules folder and subfolders

You can find more info about this issue here: http://kevinquillen.com/drupal/2015/06/10/fixing-segfault-in-drupal

guryanov-a commented 7 years ago

Fixed in 7456c77. Available in v1.1.0

Thank you.