It is still true that Node-RED has a binary module dependency (bcrypt) that will fall back to the less efficient bcryptjs if it fails to load.
When you change Node.js version you should run npm rebuild on any node_modules folders you have installed with the old version - just in case there's something in there that needs rebuilding.