Artifactory does not support npm-deprecate.
You can apply a deprecated message to a package or to a specific version of a package.
- Login to Artifactory
- Open the Artifact Repository Browser by clicking Artifacts in main navigation
- Select the npm package you want to deprecate
- Go to the Properties tab on the right
- Add a new property called
npm.deprecated
Value is your deprecation message.
- Check the Recursive checkbox
- Click Add and wait for the success msg
- Login to Artifactory
- Open the Artifact Repository Browser by clicking Artifacts in main navigation
- Select the npm package version you want to deprecate
You have to select a specific package (.tgz) file, not the folder!
- Go to the Properties tab on the right
- Add a new property called
npm.deprecated
Value is your deprecation message.
- Click Add and wait for the success msg