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?