AEM Project frontend-maven-plugin proxy setting local registry instead of reaching to internet or internal or private reposity
Hi Team
Currently we restrict to internet or public repository only use private repository.
we are not able to build the build the ui-frontend module because.
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/acorn failed, reason: connect ETIMEDOUT 104.16.31.34:443
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
main pom.xml
</configuration>
Local env
npm and node versions same
C:\Users\userid\npmrc.txt
always-auth=true
registry=http://xxxxxxxxxxxxxxxx/nexus/repository/Publicnpm/
//xxxxxxxxxxx:8081/:_auth=xxxxxxxxxxxxxxxxx
Not sure how to check npmrc.txt configuration working or not?
Regards
Vara
