Skip to main content
Skip table of contents

Getting mde Editor NPM Package [C IG]

The Metadata Editor web component npm package is located in the Azure DevOps npm feed. In order to install the package from the feed, please follow the instructions listed below:

  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.

CODE
npm 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 MetadataEditor package from the feed.

CODE
npm install @dmm-platform/metadata-editor@20.1.1-beta.172 

JavaScript errors detected

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

If this problem persists, please contact our support.