Guest User

Untitled

a guest
Jun 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Using NPM Private Modules on Netlify
  2.  
  3. Create a .npmrc file for your project like this:
  4.  
  5. //registry.npmjs.org/:_authToken=${NPM_TOKEN}
  6.  
  7. Then find your token inside the ~/.npmrc file in your home folder and set it as an NPM_TOKEN environment variable through netlify's admin UI.
Add Comment
Please, Sign In to add comment