I have zipped the node_module
folder which all the required packages i need to install.
so i am unziping the node_module folder on my windows and linux system, but i am facing this issue
I am trying npm link --force
command on my servers, without internet on my servers.
Platform Information:
- Windows 8
- Linux 8
Environment Information:
- Node Version:
v14.16.0
- NPM Version:
6.14.11
Thanks in advance!
I have tried:
- By setting
NPM config offline
key as true bynpm set offline true
command. - Then with
npm link --force --prefer-offline
command.
But still i faced the same issue, that npm is still trying to contact NPM registry
.
I am expecting: Is their a way to linked the node_modules folder packages globally without internet?