我们如何在 Windows 上安装 webpack?
How can we install webpack on Windows?
我已经在终端
上使用以下命令在Ubuntu上安装了webpack
npm install -g webpack
如何在 Windows 上安装?
没有区别。假设您安装了 NPM,您可以 运行 Windows 中完全相同的命令。如果没有,follow this link下载并安装它。
在 windows 上也是如此,但您的 windows 机器中需要安装 npm。
npm 命令在 windows 和 linux 机器上的工作方式相同。如果要全局安装,请使用标志“-g”。
在Cmder with chocolatey:
choco install nodejs
npm install -g webpack
或者,如果您想体验 zsh,请从 windows 商店安装 ubuntu
我已经在终端
上使用以下命令在Ubuntu上安装了webpacknpm install -g webpack
如何在 Windows 上安装?
没有区别。假设您安装了 NPM,您可以 运行 Windows 中完全相同的命令。如果没有,follow this link下载并安装它。
在 windows 上也是如此,但您的 windows 机器中需要安装 npm。 npm 命令在 windows 和 linux 机器上的工作方式相同。如果要全局安装,请使用标志“-g”。
在Cmder with chocolatey:
choco install nodejs
npm install -g webpack
或者,如果您想体验 zsh,请从 windows 商店安装 ubuntu