Angular project, if you want to rely on semantic ui, use npm install semantic-ui-save to report an error.

what should I do if I want to install semantic ui into the angular project and report the following error? What is the version of less version 3.0.4 is not currently supported here?
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

Mar.14,2021

npm install less@2.7.3

your current gulp-less version cannot use less@3.0.4, so you need to downgrade

Menu