When I do sudo apm install remote-atom on Manjaro Linux x64 I get this error:
module.js:681
return process.dlopen(module, path._makeLong(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_14SideEffectTypeE
at Object.Module._extensions..node (module.js:681:18)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/usr/lib/node_modules/atom-package-manager/node_modules/git-utils/lib/git.js:8:16)
at Object.<anonymous> (/usr/lib/node_modules/atom-package-manager/node_modules/git-utils/lib/git.js:371:4)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
My node version is v8.10.0
My npm version is 6.0.1
UPDATE: The problem is with apm. It gives me this error when I try to use it
When I do
sudo apm install remote-atom
on Manjaro Linux x64 I get this error:My node version is v8.10.0 My npm version is 6.0.1
UPDATE: The problem is with
apm
. It gives me this error when I try to use it