Sorairo Setsuna#0989
Postinstall fails for nuxt layer playgrounds
So when i try to install a pnpm workspace it fails during postinstall: there's an error:
<layer>/node_modules/.bin/nuxt: /bin/sh: bad interpreter: Text file busy
Full log:
What I tried
1. Running only postinstall/prepare works in the individual layers though.
2. Restarting
3. Clean install of node_modules and running nuxt cleanup
4. Also, I recently switched to zsh so that might be the cause, so some searching led me to adding:
source $home/.bashrc
to my .zshrc
5. My workaround for now is to remove the postinstall
from each package.json then running prepare
manually for each layer.
has anyone experienced this before?
Thanks in advance!1 replies