I'm trying to use run npm install to pull packages from a private repository that requires authentication.
Normally I would put .npmrc file with the proper token into user's home but this didn't work. I also tried few locations that I could think of and in particular ${NPM_HOME_DIR} and ${S} but neither did any good.
What would be correct location to put the .npmrc file for authentication to work.?