

Of modern full-stack applications faster, more collaborative and easier to scale. Let us know in the comments.Serenity/JS is a framework designed to make acceptance and regression testing With special characters escaped, the config command might look like the following if your password was “abc npm config set https-proxy this article was helpful to you and you were able to set the proxy on nodeJs using npm. You need to prefix a percent sign ” % ” to the HEX value given in the table. You need to replace the special character with its equivalent HEX value that you can pick up from the following table of ASCII Codes. Especially if you have characters like within your password, you might have to replace it with a relevant Hex value from the ASCII code list.įor Example, if the password contained an ” ” symbol like then you’ll have to pass the password as “abc %40xyz”.

If your network requires a username password then please pass it in like : npm config set https-proxy How to encode special characters in password in npm?Īlso, remember to you might have to url encode the proxy url if there are special character in it. Following is the code you would require to set the proxy using the npm config in NodeJs : npm config set proxy As an alternative, you can also use the npm config set command to set the http-proxy value. You can use that to set the proxy values directly into the file. In NodeJs the npm uses a configuration file that can be easily edited using the npm config edit command. You would have to set the proxy for both http and https proxy. However, this can be easily fixed by setting the proxy of NodeJs using config command.

Basically, you might notice that the commands like npm install is not working. While working with NodeJs you’ll notice that many times you might not be able to install or update while working behind a proxy network like the corporate web proxy of your office etc.
