C
C
CyberSnoop2018-11-14 12:25:00
atom
CyberSnoop, 2018-11-14 12:25:00

What's stopping you from activating atom-beautify?

Hello. Dear Developers, I ran into a problem installing atom-beautify. After downloading the editor itself, I wanted to install this plugin through Install Packages, but Atom gave an error like in the screenshot:
5bebe9c499a47653087976.png
I used an alternative way - downloaded the latest version from atom.io (0.33.4) and directly extracted the zip to .atom/packages on desktop. After calling
apm link "atom-beautify-0.33.4" in cmd, the
archive is added, but now Atom reports the absence of the event-kit module:
5bebe9da5e30c733044044.png
Apparently, you need to install event-kit in npm, and I do it:
npm install event-kit
Result - the same. The module is not recognized by Atom, the plugin has been added to the editor menu, but is still not active. What is the problem here?
Thank you in advance for your help.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
r_mustang, 2018-11-14
@r_mustang

First remove the plugin completely, then
apm install atom-beautify

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question