Skip to main content
Skip table of contents

Getting MFT Editor NPM Package [C IG]

Metadata Editor web component npm package is located in the Azure DevOps npm feed. Here is what you need to do to install package from the feed.

  1. Add a “.npmrc” file to your project, in the same directory as your package.json. The content of that npmrc should look like below which point to the npm feed.

    CODE
    registry=https://pkgs.dev.azure.com/arvato-systems-dmm/Platform/_packaging/Platform/npm/registry/always-auth=true
  2. Install VSTS auth helper npm package by Microsoft to help you authenticate to the feed. npm

    CODE
    install -g vsts-npm-auth
  3. Run below command and point the “config” to the .npmrc file you just created. You will be prompted for authentication to the npm feed. (The auth token will be updated to your local user .npmrc file)

    CODE
    vsts-npm-auth -config .npmrc
  4. Once authenticated, you can then proceed to install Mft package from the feed.

    CODE
    npm install @dmm-platform/mft-send-to@0.1.0-Phase2.313

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.