简体   繁体   English

如何离线安装nodejs的mssql模块

[英]How to install mssql module for nodejs offline

I need to install mssql module in an environment where internet connection is not available.我需要在互联网连接不可用的环境中安装 mssql 模块。 I already have node version 0.10.0 installed.我已经安装了节点版本 0.10.0。 I'm specifically looking for an offline installer for node.js.我正在专门寻找 node.js 的离线安装程序。

If you don't have an internet connection in the environment you are working on then you can do one thing, download the modules in your project in an environment where you can an internet connection.如果您在工作的环境中没有互联网连接,那么您可以做一件事,在可以连接互联网的环境中下载项目中的模块。

The files are downloaded in a folder /node_modules where your project is present.这些文件下载到您的项目所在的文件夹 /node_modules 中。

Copy the content from this to the environment where you want to use them.将内容从这里复制到您要使用它们的环境中。

Worked for me.为我工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM