安裝less-loader一直出現問題
E:\WWW\webpackdemo>npm i [email protected] -g
C:\Users\Carol\AppData\Roaming\npm\lessc -> C:\Users\Carol\AppData\Roaming\npm\node_modules\less\bin\lessc
C:\Users\Carol\AppData\Roaming\npm
`-- [email protected]
? +-- [email protected]
? | `-- [email protected]
? +-- [email protected]
? +-- [email protected]
? | `-- [email protected]
? `-- [email protected]
??? `-- [email protected]
E:\WWW\webpackdemo>npm i less-loader -g
C:\Users\Carol\AppData\Roaming\npm
+-- UNMET PEER DEPENDENCY less@^2.3.1
+-- [email protected]
`-- UNMET PEER DEPENDENCY webpack@^2.0.0 || ^3.0.0
npm WARN [email protected] requires a peer of less@^2.3.1 but none was installed.
npm WARN [email protected] requires a peer of webpack@^2.0.0 || ^3.0.0 but none was installed.
一直說我沒有安裝less和webpack,但是我都是安裝了啊
2017-11-08
你這-g都是全局安裝的,需要在項目目錄下安裝