鍍金池/ 問(wèn)答/HTML/ angular工程,想將semantic ui依賴(lài)進(jìn)去,使用npm instal

angular工程,想將semantic ui依賴(lài)進(jìn)去,使用npm install semantic-ui --save 報(bào)錯(cuò)

想將semantic ui安裝到angular工程中,報(bào)下面的錯(cuò),該怎么解決? 這里的less version 3.0.4 is not currently supported 是什么的版本?
E:Angularangular-reddit>npm install semantic-ui --save
npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gul...

semantic-ui@2.3.1 install E:Angularangular-redditnode_modulessemantic-ui
gulp install

E:Angularangular-redditnode_modulesaccordlibindex.js:29

  throw new Error(name + " version " + version + " is not currently supported");
  ^

Error: less version 3.0.4 is not currently supported

at Object.exports.load (E:\Angular\angular-reddit\node_modules\accord\lib\index.js:29:13)
at Object.<anonymous> (E:\Angular\angular-reddit\node_modules\gulp-less\index.js:9:29)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (E:\Angular\angular-reddit\node_modules\semantic-ui\tasks\watch.js:17:18)

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.3 (node_modulesfsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! semantic-ui@2.3.1 install: gulp install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the semantic-ui@2.3.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:UsersAdministratorAppDataRoamingnpm-cache_logs2018-05-12T07_06_10_456Z-debug.log

回答
編輯回答
傻丟丟
npm install less@2.7.3

你當(dāng)前 gulp-less 版本用不了 less@3.0.4 ,需要降級(jí)

2017年1月31日 14:58