I have upgraded Atom to 1.53.0 and have issue with latex package.
abstract-socket@2.1.1 – The module '/home/thematdev/.atom/packages/latex/node_modules/abstract-socket/build/Release/bindings.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 70. This version of Node.js requires NODE_MODULE_VERSION 73. Please try re-compiling or re-installing the module (for instance, usingnpm rebuildornpm install).
I've tried npm rebuild, npm uninstall then npm install but it doesn't help.
Are there any fixes?
I have upgraded Atom to 1.53.0 and have issue with latex package.
abstract-socket@2.1.1 – The module '/home/thematdev/.atom/packages/latex/node_modules/abstract-socket/build/Release/bindings.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 70. This version of Node.js requires NODE_MODULE_VERSION 73. Please try re-compiling or re-installing the module (for instance, using
npm rebuildor
npm install).
I've triednpm rebuild
,npm uninstall
thennpm install
but it doesn't help. Are there any fixes?