You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I cloned the repo, did npm i, apm link --dev, started atom atom -d and got an error.
Some installed packages could not be loaded because they contain native modules that were compiled for an earlier version of Atom.
atom-ide-ui 0.13.0
atom-ide-ui@0.13.0 – Cannot find module '/home/p/.atom/packages/atom-ide-ui/node_modules/nuclide-prebuilt-libs/ctags/build/ctags-node-v80-linux-x64/ctags.node' Require stack: - /home/p/.atom/packages/atom-ide-ui/node_modules/nuclide-prebuilt-libs/ctags/lib/ctags.js - /usr/lib/atom/src/package.js - /usr/lib/atom/src/package-manager.js - /usr/lib/atom/src/atom-environment.js - /usr/lib/atom/src/initialize-application-window.js - /usr/lib/atom/static/index.htm
Not solvable by clicking "Rebuild Packages".
Is this package still maintained? I am simply trying to create an atom package by linking an existing LSP server into it and followed the guide for atom-languageclient.