Meteor3 unable to add fourseven:scss

Meteor 3 required node version 20, when I try to run the command meteor add fourseven:scss, it fails with the following error

npm error gyp info spawn args ‘-Dnode_engine=v8’,
npm error gyp info spawn args ‘–depth=.’,
npm error gyp info spawn args ‘–no-parallel’,
npm error gyp info spawn args ‘–generator-output’,
npm error gyp info spawn args ‘build’,
npm error gyp info spawn args ‘-Goutput_dir=.’
npm error gyp info spawn args ]
npm error gyp: Undefined variable standalone_static_library in binding.gyp while trying to load binding.gyp
npm error gyp ERR! configure error
npm error gyp ERR! stack Error: gyp failed with exit code: 1
npm error gyp ERR! stack at ChildProcess.onCpExit

Would anyone know how to fix it?

I’m not sure how you could fix it, but you can try switching to the leonardoventurini:scss package created by @leonardoventurini.

Thank you @fredmaiaarantes and @leonardoventurini. leonardoventurini:scss appears to be working. Found another one, have not tested it, may be this is an option too. activitree:scss3

1 Like