March 6, 20251 yr gotta love node_modules dude. there were a couple other issues with node_modules/.bin in the past, but it's possible that the underlying issues there are now resolved and we can go back to using it as the pm2 entrypoint. using the script in .bin seems better bc (at least locally for me) it basically looks for local node overrides (via NODE_PATH or in basedir) before falling back to the global node. lmk if i'm missing something, but i've gathered 2 underlying issues here: issues with node sometimes not being on path (i.e. when PATH is either malformed or the environment is non-interactive, eg via sh) CI symlinks (from github actions) are leaking into final bundle Currently reviewing/testing fixes for these.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.