0
我試着用這兩個智能軟件包安裝:使用引導3流星
https://github.com/eprochasson/bootstrap3-less https://github.com/reywood/meteor-bootstrap3-sass
我得到這個錯誤對他們倆的:
/usr/local/lib/node_modules/meteorite/lib/sources/git.js:158
hrow "There was a problem checking out " + self.checkoutType + ": " + (self.co
^
There was a problem checking out tag: v1.9.2
我下載的引導源文件和將它們添加到我的根目錄下的lib文件夾。它沒有工作。我得到的錯誤:
W20140126-13:49:20.210(2)? (STDERR) /Users/emrekenci/mytestapp/.meteor/local/build/programs/server/boot.js:186
W20140126-13:49:20.211(2)? (STDERR) }).run();
W20140126-13:49:20.211(2)? (STDERR) ^
W20140126-13:49:20.213(2)? (STDERR) Error: Bootstrap requires jQuery
我試圖將文件放在我的根文件夾下,我得到相同的錯誤。
因爲lib下&根文件的jQuery之前加載或我不知道如果我得到這個錯誤,因爲引導需要的jQuery> V1.9和流星自帶v1.8.2的
作爲參考,安裝這些軟件包的正確方法是使用'mrt add bootstrap3-less'或'mrt add bootstrap3-sass'。 – Sean
問題說我試圖安裝這些,並得到了問題中的錯誤。 –
對不起,我想我誤解了你的問題。以爲你可能試圖以其他方式安裝它們。不知道我爲什麼這麼想。 – Sean