Hi, I get this error when install the rocketchat-desktop: [4/4] Building fresh packages... $ electron-builder install-app-deps • electron-builder version=19.56.0 • loaded configuration file=package.json ("build" field) • rebuilding native production dependencies platform=linux arch=x64 • rebuilding native dependency name=spellchecker • rebuilding native dependency name=@paulcbetts/system-idle-time Done in 17.92s. yarn run v1.6.0 $ gulp build --env=production gulp[2126]: ../src/node_contextify.cc:631:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assert ion `args[1]->IsString()' failed. 1: node::Abort() [gulp] 2: 0x55a77757c9db [gulp] 3: node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [gulp] 4: v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*) [gulp] 5: 0x55a777791ba7 [gulp] 6: 0x55a77779233c [gulp] 7: 0x36bc07f0427d error Command failed with signal "SIGABRT". info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command Why this error? How to solved it? Thanks in advanced.