Home> Development Tools> atom> body text

How to install package offline in atom

青灯夜游
Release: 2021-03-11 10:39:16
forward
2981 people have browsed it

This article will introduce to you how to install packages offline inatom. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

How to install package offline in atom

Related recommendations: "atom tutorial"

Preface: Your computer must have node.js and shut it down Install atom

1. Enter the name of the plug-in to be installed on the atom install interface

How to install package offline in atom

2. Click on the desired package, enter its web page, and click on license to jump to the github repository.

How to install package offline in atom

##3. Enter the warehouse

How to install package offline in atom

4. Git clone or download

How to install package offline in atom

I use the git tool to download it to the atom package. directory, of course, you can also download it directly and drop it into this directory. Remember to decompress!

How to install package offline in atom

5. Open CMD in this directory and execute thenpm installcommand to install

Note, you need to install node.js! And atom is closed at this time!

How to install package offline in atom

Okay, you’re done! Enjoy!

How to install package offline in atom

For more programming-related knowledge, please visit:

Introduction to Programming! !

The above is the detailed content of How to install package offline in atom. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!