Categories JavaScript Answers How to use Node .npmrc with registry? Post author By John Au-Yeung Post date September 13, 2022 No Comments on How to use Node .npmrc with registry? Spread the love To use Node .npmrc with registry, we put the registry URLs in the .npmrc file. To do this, we write something like registry=https://npm-proxy.fury.io/AUTH_TOKEN/USER_NAME/ in the .npmrc file to make npm use our npm package registry URL. Related Posts How to load file with Node?To load file with Node, we call the readFile method. For instance, we write const… How to fix Node npm install doesn't create node_modules directory?To fix Node npm install doesn't create node_modules directory, we create a package.json file. To… How to store a file with file extension with Node multer?To store a file with file extension with Node multer, we set the filename property… By John Au-Yeung Web developer specializing in React, Vue, and front end development. View Archive → ← How to use React IndexRoute in react-router v4? → How to wait for a stream to finish piping with Node? Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Current ye@r * Leave this field empty