FS#66750 - [atom] shows error in setting panel

Attached to Project: Community Packages
Opened by solsTiCe (zebul666) - Saturday, 23 May 2020, 09:17 GMT
Last edited by Nicola Squartini (tensor5) - Wednesday, 10 June 2020, 01:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Nicola Squartini (tensor5)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

In settings panel, under Install or Updates, one gets "Fetching outdated packages and themes failed.Show output…"
The compelte error message is

internal/modules/cjs/loader.js:1183
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: /usr/lib/node_modules/atom-package-manager/node_modules/git-utils/build/Release/git.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeEPKNS_9CFunctionE
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1183:18)
at Module.load (internal/modules/cjs/loader.js:977:32)
at Function.Module._load (internal/modules/cjs/loader.js:877:14)
at Module.require (internal/modules/cjs/loader.js:1019:19)
at require (internal/modules/cjs/helpers.js:77:18)
at Object.<anonymous> (/usr/lib/node_modules/atom-package-manager/node_modules/git-utils/src/git.js:3:22)
at Module._compile (internal/modules/cjs/loader.js:1133:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
at Module.load (internal/modules/cjs/loader.js:977:32)
at Function.Module._load (internal/modules/cjs/loader.js:877:14)


On Packages and Themes it stays stuck on "Loading packages..."

But search is Ok, so it is not the same as  FS#65700 
But trying to install a paackge from atom fails
This task depends upon

Closed by  Nicola Squartini (tensor5)
Wednesday, 10 June 2020, 01:06 GMT
Reason for closing:  Fixed
Comment by solsTiCe (zebul666) - Tuesday, 26 May 2020, 06:33 GMT
This was because I was using nodejs-lts-erbium.

Once I installed nodejs instead, that worked fine

Loading...