简体   繁体   中英

fourseven:scss problems with meteor upgrade

My current Meteor version is 1.3.4.3 running on MacBook with El Capitan, it failed to upgrade while loading fourseven: scss@ 3.3.3_3 with the error as in my other question

And this did not fix the error:
meteor remove standard-minifier-css
meteor add seba:minifiers-autoprefixer

So I did meteor remove fourseven:scss as I am not sure if I needed it and run the upgrade again but still the same error.

How can I fix it so the upgrade works? Thanks

$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 '../'

edit

When I change the line fourseven:scss@3.3.3_3 in ./meteor/versions to fourseven:scss@3.4.2 and run the meteor update , I get the error

$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

Doing the following fixed the problem:

meteor remove fourseven:scss
meteor add fourseven:scss@3.8.0_1
meteor update

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