Postinstall fails for nuxt layer playgrounds
So when i try to install a pnpm workspace it fails during postinstall: there's an error:
Thanks in advance!
<layer>/node_modules/.bin/nuxt: /bin/sh: bad interpreter: Text file busyFull log:
What I tried
- Running only postinstall/prepare works in the individual layers though.
- Restarting
- Clean install of node_modules and running
nuxt cleanup - Also, I recently switched to zsh so that might be the cause, so some searching led me to adding:
source $home/.bashrcto my .zshrc - My workaround for now is to remove the
postinstallfrom each package.json then runningpreparemanually for each layer.
Thanks in advance!