Re: [nodejs] How to import a self-signed root cert to npm?

2015-10-19 Thread Aria Stewart
> On Oct 19, 2015, at 11:30 AM, Jirong Hu wrote: > > Our company has WebSense installed and using a self-signed root cert, so all > my SSL requests going out failed. I fixed the issue by importing that cert > into my Java keystore, but how to do this for npm? I suspect the following > error i

Re: [nodejs] Re: What is the cost of increasing max_inlined_source_size

2015-10-19 Thread Ω Alisson
I raised the limit to 6 million characters on a complex system. No memory increase, huge boosts On Mon, Oct 19, 2015 at 1:31 AM Michael Mathy wrote: > Maybe. It might also hurt in a bad way. The compiler will try to inline > almost all functions (assuming that your function are small) to optimiz

Re: [nodejs] Error in adduser in a new installation

2015-10-19 Thread Aria Stewart
> > Email: (this IS public) jirong...@otpp.com > npm ERR! Windows_NT 6.1.7601 > npm ERR! argv "C:\\Tools\\nodejs\\node.exe" > "C:\\Tools\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" > "adduser" > npm ERR! node v4.1.1 > npm ERR! npm v2.14.4 > npm ERR! code ECONNREFUSED > npm ERR! errno ECONNREFUS

[nodejs] How to import a self-signed root cert to npm?

2015-10-19 Thread Jirong Hu
Our company has WebSense installed and using a self-signed root cert, so all my SSL requests going out failed. I fixed the issue by importing that cert into my Java keystore, but how to do this for npm? I suspect the following error is due to this cert. The security dept told me there is no pro

[nodejs] Error in adduser in a new installation

2015-10-19 Thread Jirong Hu
I setup npm repo in a newly installed local Artifactory:https://www.jfrog.com/confluence/display/RTF/Npm+Repositories. Now can't adduser to npm. C:\OTPPB2015\Workspace\JavaScript\scapegoat>npm adduser Username: huj Password: Email: (this IS public) jirong...@otpp.com npm ERR! Windows_NT 6.1.7601