Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Node.js 项目中,我只是将一个package.json文件与其余的源文件一起分发,而想要使用该项目的人只需运行
package.json
npm install
并下载所有依赖项并将其放入node_modules目录中。
node_modules
在 NuGet 的世界中,有一个packages.config文件似乎大致相当于 Node 的package.json. 当我打开cmd.exe或打开 PowerShell 时,相当于的命令是什么npm install?
packages.config
cmd.exe
nuget install packages.config
并获取 NuGet.exe 命令行