0

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...

Or Fogel
  • 9
  • 2
  • Is the machine totally disconnected or just from the internet? – Cyril Aug 22 '16 at 07:53
  • Possible duplicate of [Check in node\_modules vs. shrinkwrap](http://stackoverflow.com/questions/11459733/check-in-node-modules-vs-shrinkwrap) – Paul Sweatte May 16 '17 at 17:50
  • Possible duplicate of [How to install npm package while offline?](https://stackoverflow.com/questions/43064107/how-to-install-npm-package-while-offline) – MT0 Apr 13 '18 at 11:35

0 Answers0