简体   繁体   中英

Meteor.js can't find semantic:ui package

I'm looking at using Semantic UI in my meteor projects. When I try to run: meteor add semantic:ui I get an error from the terminal saying that the package doesn't exists, yet according the Semantic UI GitHub page it should?

semantic:ui is now Depcrecated , like they point on the nooitaf:semantic-ui package Atmosphere README

try with

meteor add semantic:ui-css

Using Deprecated (not a good choose)

meteor add nooitaf:semantic-ui

We're currently working on relaunching the package. We didnt correctly build the LESS theming into meteor's pipeline in the original package so it did not add any particular value over using semantic:ui-css .

The new package should launch in the next couple days and support theming.

Edit : We just launched the new package, won't be going away again :) https://atmospherejs.com/semantic/ui

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM