2016-07-20 80 views
0

我現在的流星版本是1.3.4.3上的MacBook埃爾卡皮坦運行,它未能在加載fourseven升級:SCSS @ 3.3.3_3與錯誤在我other questionfourseven:與流星SCSS問題升級

而且這並沒有修復錯誤:
meteor remove standard-minifier-css
meteor add seba:minifiers-autoprefixer

所以我做meteor remove fourseven:scss,因爲我不知道我是否需要它又一次,但仍運行升級同樣的錯誤。

我該如何解決這個升級問題?由於

$meteor update 
    => Errors 
while initializing project: 

    While loading package fourseven: [email protected] 3.3.3_3: 
    error: Command failed: 
    module.js: 340 
throw err;^
Error: Cannot find module '../' 

編輯

當我改變./meteor/versions到fourseven:[email protected]fourseven:[email protected]_3和運行meteor update,我得到的錯誤

$meteor update 
    => Errors 
while initializing project: 

    While downloading fourseven: [email protected] 3.4.2...: 
    error: Command failed: 
    module.js: 340 
throw err;^
Error: Cannot find module '../' 
at Function.Module._resolveFilename(module.js: 338: 15) 
at Function.Module._load(module.js: 280: 25) 
at Module.require(module.js: 364: 17) 
at require(module.js: 380: 17) 
at Object. <anonymous> 
    (/private/var/folders/8y/63 
+0

這很奇怪。我正在使用Meteor 1.3.5.1並使用fourseven:scss 3.8.0_1。一切都適合我。你有沒有嘗試升級你的版本?執行流星列表來檢查你當前正在使用哪個版本 –

+0

@JulienLeray'meteor list'沒有透露任何'fourseven'包,我需要它嗎?我應該添加它嗎? –

+0

哼。你的'流星列表'上沒有'fourseven'包的事實沒有錯;你刪除它。我只是不明白爲什麼你的流星試圖更新這個軟件包。你是否試圖重新安裝軟件包?運行一個簡單的'流星添加fourseven:scss',讓看看。 –

回答

2

執行以下操作解決問題:

meteor remove fourseven:scss 
meteor add fourseven:[email protected]_1 
meteor update