Kriuskrius2023.hashnode.devยทApr 14, 2024Using npmrc profiles to switch between differnet npm registryEasy way to achieve it!!! Our first step is to create npmrc profiles for each registry. Example: Creating 2 profiles personal and work npx npmrc -c personal npx npmrc -c work To view the profiles which are created, use the below command to list the...Discussnpmrc
Jayani Sumudiniblog.jayanisumudini.comยทMar 20, 2023How to publish node package to NPM registryHi everyone ๐. In this article, I'm going to discuss how to push your own packages to the npm registry. Step 1: To publish npm packages you must have an npm user account. Sign up for an npm user account using https://www.npmjs.com/signup link. Step...Discussnpm