You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During creation of an adapter npom sometimes recommends to update npm. As npm should never be updated individually but updated by upgrade of node package this Message / suggestion should be avoided.
According to npm documentation a flag update-notifier exists which seems to mange this:
During creation of an adapter npom sometimes recommends to update npm. As npm should never be updated individually but updated by upgrade of node package this Message / suggestion should be avoided.
According to npm documentation a flag update-notifier exists which seems to mange this:
https://docs.npmjs.com/cli/v10/using-npm/config#update-notifier
https://stackoverflow.com/questions/46800717/eliminate-npm-update-available-message
Please consider setiing this flag for all npm operations done by adapter-creator.
EDIT:
Ev. reicht auch das (Quelle npm docu)
The text was updated successfully, but these errors were encountered: