tediousjs / node-mssql

Microsoft SQL Server client for Node.js
https://tediousjs.github.io/node-mssql
MIT License
2.23k stars 467 forks source link

npm pack and then install won't work without internet connection #1458

Closed NiBu94 closed 1 year ago

NiBu94 commented 1 year ago

I need this module on a virtual machine, which has no internet connection. When doing "npm pack" and then trying to install it, it gets stuck or tries to connect to the internet. My expectation is that a "npm pack" should be enough.

Expected behaviour:

npm installs the module without trying to connect to the internet

Actual behaviour:

npm tries to connect to the internet to complete installation