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>