In this tutorial, we’ll learn how to add the token needed to install our Masiv NPM packages. This token is also needed if you wish to publish to Azure Artifacts.
In the root folder of your app add a file called .npmrc
|-public
|-src
|-tests
|.npmrc
Add or modify the .npmrc file into the project root folder with the following access information.
registry=https://estratec.pkgs.visualstudio.com/MasivianFront/_packaging/MasivappRegistry/npm/registry/
always-auth=true
# begin auth token
//estratec.pkgs.visualstudio.com/MasivianFront/_packaging/MasivappRegistry/npm/registry/:username=estratec
//estratec.pkgs.visualstudio.com/MasivianFront/_packaging/MasivappRegistry/npm/registry/:_password=OVRGcEtublAxc3NFWGdIMkJ6ZDRYYk5DMTRTaFVOMENwZzZScGpJQUdkNjBVb0xzcWt4RkpRUUo5OUJJQUNBQUFBQUFuSXJDQUFBU0FaRE8zNXc1
//estratec.pkgs.visualstudio.com/MasivianFront/_packaging/MasivappRegistry/npm/registry/:[email protected]
//estratec.pkgs.visualstudio.com/MasivianFront/_packaging/MasivappRegistry/npm/:username=estratec
//estratec.pkgs.visualstudio.com/MasivianFront/_packaging/MasivappRegistry/npm/:_password=OVRGcEtublAxc3NFWGdIMkJ6ZDRYYk5DMTRTaFVOMENwZzZScGpJQUdkNjBVb0xzcWt4RkpRUUo5OUJJQUNBQUFBQUFuSXJDQUFBU0FaRE8zNXc1
//estratec.pkgs.visualstudio.com/MasivianFront/_packaging/MasivappRegistry/npm/:email=
# end auth token
# MasivappRegistry-September 2025 - Expires: 28/11/2025;
ℹ️ Last update: September 1st, 2025