postinstall failing for rollup
Upgrading to fresh 2 and running in a Docker container the postinstall script for rollup (a dependency of vite) is failing. For what it's worth, this appears to work just in my mac, but is failing docker & github actions builds. Thanks!
1 Reply
As a workaround I added
"patch-package": "npm:patch-package@latest" to my own project's dependencies, which resolved the issue.