Atom install or update failed Solution Plug

Install plug

In the console installation

Open cmd enter apm install --check to detect what if it works
Tips Checking for native build tools done, explained there is no problem.
Enter the name apm install plug-ins to install to install, the success of character to fight

Installation Manual

Npm about the first set of domestic mirror source, then you can use instead of cnpm npm
open cmd, enter the command install -g cnpm --registry = npm https://registry.npm.taobao.org
taking Taobao mirror source
cd command to switch the path to .atom / packages folder
input plug git clone to clone the entire project to address local
cd to clone good insertion paths, performed cnpm install, to complete the installation

To install the atom-beautify, for example, in turn execute the following command

cd .atom\packages
git clone https://github.com/Glavin001/atom-beautify
cd atom-beautify
cnpm install

Guess you like

Origin www.cnblogs.com/carious/p/11357131.html