0

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 enter image description here

I am trying npm link --force command on my servers, without internet on my servers.

Platform Information:

  1. Windows 8
  2. Linux 8

Environment Information:

  1. Node Version: v14.16.0
  2. NPM Version: 6.14.11

Thanks in advance!

I have tried:

  1. By setting NPM config offline key as true by npm set offline true command.
  2. 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?

0 Answers0