- Видео 4
- Просмотров 15 191
Hashers Hash {#}
Добавлен 19 ноя 2011
Vlogs about enterprise software infrastructure and development
Setup gradle with corporate proxy and registry with spring boot JAVA application (gradle.properties)
Install and setup Gradle build tool with corporate proxy and custom registry with simple spring boot JAVA application (gradle.properties)
Download and install Gradle from : gradle.org/install/
Preferably paste this downloaded gradle folder in C:\
- Copy bin location from gradle folder
- Open 'Environment Variables For Your Account' from windows menu
- Edit 'path' variable
- Add the copied gradle bin location as one of the path entries
# Gradle settings using gradle.properties file
# HTTP and HTTPS proxy settings properties
systemProp.http.proxyHost=mycompanyproxy
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=sampleUsername
systemProp.http.proxyPassword=samplePassword
systemProp.https.proxyH...
Download and install Gradle from : gradle.org/install/
Preferably paste this downloaded gradle folder in C:\
- Copy bin location from gradle folder
- Open 'Environment Variables For Your Account' from windows menu
- Edit 'path' variable
- Add the copied gradle bin location as one of the path entries
# Gradle settings using gradle.properties file
# HTTP and HTTPS proxy settings properties
systemProp.http.proxyHost=mycompanyproxy
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=sampleUsername
systemProp.http.proxyPassword=samplePassword
systemProp.https.proxyH...
Просмотров: 608
Видео
Setup corporate proxy/registry in npm(.npmrc) to download node modules for your frontend application
Просмотров 14 тыс.2 года назад
Most of the companies or organizations are using proxy between their network and internet. Developers insist to download node_modules from npm registry to develop their front-end applications. .npmrc allows to setup proxy and download the modules via proxy. Also most of the companies uses its own registry like Nexus, jFrog etc., instead registry.npmjs.org. .npmrc file enables developers to conf...
Create your own node module using JavaScript and upload to npm in 5 minutes
Просмотров 1072 года назад
This video explains how to create custom own node module using JavaScript and upload to npm.js Commands used: npm init npm login npm publish npm i hashers-dummy-module node index.js
It's really working, Dankeschone!!
i get this error npx create-react-app npm ERR! code ERR_INVALID_URL npm ERR! Invalid URL
clear your npm cache set global .npmrc try again
tf are you sain man ?