Sunday, 10 February 2019

Server - No Public Internet

New to Node...I have a local Linux server that has the public internet blocked... so I installed Node.js and NPM on it manually.How would I go about installing various packages (and their dependencies) on this server? Do I simply copy/paste the node_modules folder over?Also, I am having issue with the corporate proxy (on my machine with internet access) when it comes to installing certain packages... is there another way to manually download packages (and their dependencies) instead of using NPM?

Submitted February 10, 2019 at 05:44PM by Mithril86

No comments:

Post a Comment