我目前的Meteor版本是1.3.4.3在MacBook上运行El Capitan,在加载fourseven时没能升级:scss @ 3.3.3_3,错误与other question
一样这并没有解决错误:
meteor remove standard-minifier-css
meteor add seba:minifiers-autoprefixer
所以我做meteor remove fourseven:scss
,因为我不确定是否需要它并再次运行升级,但仍然是同样的错误。
如何修复它以便升级有效?感谢
$meteor update
=> Errors
while initializing project:
While loading package fourseven: scss@ 3.3.3_3:
error: Command failed:
module.js: 340
throw err; ^
Error: Cannot find module '../'
修改
当我将./meteor/versions中的行fourseven:scss@3.3.3_3
更改为fourseven:scss@3.4.2
并运行meteor update
时,我收到错误
$meteor update
=> Errors
while initializing project:
While downloading fourseven: scss@ 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 :(得分:2)
执行以下操作修复了问题:
meteor remove fourseven:scss
meteor add fourseven:scss@3.8.0_1
meteor update