gpt4 book ai didi

node.js - 如何在断开连接的计算机上安装 npm 模块,确保所有依赖项

转载 作者:太空宇宙 更新时间:2023-11-04 02:24:46 24 4
gpt4 key购买 nike

我需要在断开连接的计算机网络(无法访问 Internet)上工作,我希望使用 jsbin 进行 SharePoint/Windows 开发,强烈建议安装 npm,以确保所有依赖项都存在。

有没有一种方法可以在连接的计算机上运行 npm,然后将一个或多个文件夹复制到目标网络,从而在另一台具有 NodeJS 的计算机上安装模块,无论使用还是不使用 npm(?)

我看到对 npm pack 的引用,但我对此还很陌生(并且主要来自 Windows 环境),这对我来说不太有意义

最佳答案

我刚刚使用 grunt-cli(另一个全局安装的软件包)对其进行了测试。

# do this on connected computer
npm install -g jsbin
npm pack jsbin
# this will drop a jsbin-[version number].tgz in the cwd
# move this file to new computer and…

# do this on not-connected computer
npm install -g jsbin-[version number].tgz

关于node.js - 如何在断开连接的计算机上安装 npm 模块,确保所有依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31147408/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com