ubuntu14.04 atom 安装 atom-beauitfy 插件

# Clone repo
git clone [email protected]:Glavin001/atom-beautify.git
# Change into repo directory
cd atom-beautify/
# Install dependencies
npm config set registry http://registry.npmjs.org/

# npm config set strict-ssl false
npm install
# Uninstall old atom-beautify, if applicable
apm uninstall atom-beautify
# Link and use this atom-beautify
apm link
# Update dependencies
npm install
# Restart atom

apm unlink

猜你喜欢

转载自flowerwrong.iteye.com/blog/2125436