atom-in-orbit
atom-in-orbit copied to clipboard
Install blocked by [email protected] module
I'm building atom-in-orbit
and cloned the Atom repo and have checked out the version in my config.json (git checkout f7d3f0210bf6ff1b4193d8a8b8a54c199b561bc2
in my case). As atom-in-orbit
needs atom/node_modules/command-palette
I've run apm install
in the Atom directory but this fails with:
...
Installing [email protected] ✗
Package version: 2.33.1 not found
There is a 2.33.1 release of autocomplete-plus although checking the commit hash in the atom-in-orbit
repo that commit was made on the 3 Nov 2016 so it's very old.
Is there another, newer, commit that can be used or will it need to be refactored (as the process involves patching a file which isn't available in HEAD)?
I'm wondering if I should fork and work on getting it running with HEAD maybe?