e2af316b3e
npm install --no-save does not record dependencies in package.json, so when a second adapter is installed, npm prunes the first as extraneous. Removing --no-save ensures all installed adapters are tracked in the managed package.json and persist across installs. Fixes FAR-47 Co-Authored-By: Paperclip <noreply@paperclip.ing>