Home javascript How to install Galle components from package.json?

How to install Galle components from package.json?

Author

Date

Category

Such a question I have a folder in it – package.json and components you need. What command can I install them?

{
 "Name": "Acidus",
 "Version": "1.0.0",
 "Description": "HTML5 TEMPLATE",
 "Main": "index.js",
 "scripts": {
  "Test": "Echo \" Error: No test specified \ "& amp; & amp; exit 1"
 },
 "Author": "Keenthemes.com",
 "License": "ISC",
 "DevDependencies": {
  "Gulp": "^ 3.9.1",
  "Gulp-chanted": "^ 1.3.0",
  "Gulp-Clean-CSS": "^ 2.0.10",
  "Gulp-Htmlhint": "^ 0.3.1",
  "GULP-RENAME": "^ 1.2.2",
  "Gulp-RTLCSS": "^ 1.0.0",
  "Gulp-sass": "^ 2.3.2",
  "Gulp-uglify": "^ 1.5.4"
 }
}

Answer 1, Authority 100%

In the folder in which package.json Next command

npm install

will install everything registered in Package.json.

https://docs.npmjs.com/cli/install

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions