I would like to copy a project folder and install it globally in an offline machine. The project folder will have a package.json file and all the modules already installed in node_module folder. How can I do it? Npm link and npm install won't work (long timeout, trying to connect to the internet).
Thanks
Edit 1: Tried npmbox, the instllation is super slow...I need to find something better...