https://nodejs.org/en/

How to install node on windows

Microsoft Windows [版本 10.0.17134.407]
(c) 2018 Microsoft Corporation。保留所有权利。

C:\Users\ZiGoo>npm -v
6.4.1

C:\Users\ZiGoo>node -v
v11.4.0

C:\Users\ZiGoo>python -version
Unknown option: -e
usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.

C:\Users\ZiGoo>python --version
Python 2.7.15

C:\Users\ZiGoo>

How to install webpack on windows

Microsoft Windows [版本 10.0.17134.407]
(c) 2018 Microsoft Corporation。保留所有权利。

C:\Users\ZiGoo>npm -v
6.4.1

C:\Users\ZiGoo>node -v
v11.4.0

C:\Users\ZiGoo>python --version
Python 2.7.15

C:\Users\ZiGoo>npm install -g webpack
C:\Users\ZiGoo\AppData\Roaming\npm\webpack -> C:\Users\ZiGoo\AppData\Roaming\npm\node_modules\webpack\bin\webpack.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\webpack\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

+ [email protected]
added 321 packages from 278 contributors in 69.752s

C:\Users\ZiGoo>

 

相关文章:

  • 2022-01-13
  • 2021-11-09
  • 2021-06-14
  • 2021-06-02
  • 2021-11-11
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2021-09-26
  • 2021-11-20
  • 2021-05-13
  • 2021-07-16
  • 2021-11-29
  • 2022-02-15
相关资源
相似解决方案