You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just stumbled on this package, and I think it really fills a gap for corporate users where the certificate setup for Node.js is a struggle for many users.
However, in our environment, the npm repositories are not excluded from DPI. This means that on a fresh machine with Node.js installed, npm install doesn't work due to certificate validation issues. I can work around that, but this still leaves the general user with the same struggle as before, unless they get a prebundled software where this package is already included.
I got the idea that maybe this package can be used like a wrapper (or fork) of npm binary - hence solving the npm issue too. Has this been considered?
The text was updated successfully, but these errors were encountered:
I just stumbled on this package, and I think it really fills a gap for corporate users where the certificate setup for Node.js is a struggle for many users.
However, in our environment, the npm repositories are not excluded from DPI. This means that on a fresh machine with Node.js installed, npm install doesn't work due to certificate validation issues. I can work around that, but this still leaves the general user with the same struggle as before, unless they get a prebundled software where this package is already included.
I got the idea that maybe this package can be used like a wrapper (or fork) of npm binary - hence solving the npm issue too. Has this been considered?
The text was updated successfully, but these errors were encountered: