Closed
Description
This postinstall script also tries to run when installing this dependency in a parent project:
rollup-plugin-copy-merge/package.json
Line 19 in bb66b94
It breaks npm install since those packages are not necessarily installed in the parent project. I think it might work to use prepare
hook instead.