I am facing challenges while creating package for all the clientside components of my project in a system which does not have internet connection (for windows).
I have installed NPM for windows in the system. I need to manage the node_modules
and run gulp commands in the system to create the package.
Since there is no internet connection in the box, I decided to copy the node_modules
from my local box to the box which does not have internet connection.
For copy task, I am using msbuild
script but somehow it is not working for me. Also, I see that when I am trying to copy the node_modules
manual from one folder to another folder I am unable to copy.
Installed Node version : v0.12.2 NPM version: 2.7.4
Can anyone help me to provide any working sample to fix the above problem.