Toolbox, npm & web development

For a project I usually have them installed locally : express, react, etc.
But I do have a few tools globally of course like npx, create-react-app, now, etc.

For the globally installed tools I have them in my home (to avoid sudo) somewhere (by doing npm config set prefix "${HOME}/.npm-global" & a few lines in my .bashrc.
Of course that does not make much sense in the context of Toolbox and that’s when I figured out I was missing something…