I have a private on-premise NPM repo which we would like to move away from and migrate to azure devops.
Is there a way of automatically moving the existing npm packages from the old NPM repo to the new one ?
I checked the azure devops API's but apparently there is no API which lets me publish anything in to azure devops artifacts
You can publish your on-prem npm packages by referring this MS Document:-
As a workaround you can also use azure cli to upload your packages from on-prem to Azure artifacts using the command below:-
Below command reference By Leo Liu