Hi all! Is there an easy way to set up a proxy so ...
# javascript
j
Hi all! Is there an easy way to set up a proxy so NPM can download dependencies? I use a normal mutliplatform gradle project with some NPM dependencies and I have the Intellij proxy set up, as well as a proxy in my gradle.properties but I am guessing for NPM it is not enough.
t
Use
.yarnrc
file for configuration
It must be located in project root
j
thanks 🙂