A
A
Alexander2015-10-18 17:03:52
JavaScript
Alexander, 2015-10-18 17:03:52

npm packages not downloading?

Guys, I don’t understand what’s the matter, I created the project structure, used galp, in general I pushed the project to the repository, other people cloned it, then they run the npm i command, it would seem that everything was downloaded, but no, the project doesn’t want to start then, writes, they say some there are no packages, for example, gulp-imagemin, although it hangs in the node_modules folder, I don’t understand what’s wrong ... Maybe someone knows? Thank you.
here is my json, it was created automatically, packages were also registered automatically (npm i package_name -D)

{
  "name": "subscribe_site_web",
  "version": "1.0.0",
  "description": "",
  "main": "gulpfile.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://jetbrainslab.it.kpfu.ru/ainurminibaev/subscribe_site_web.git"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
      "bower": "^1.5.3",
      "browser-sync": "^2.8.2",
      "clean": "^4.0.1",
      "gulp": "^3.9.0",
      "gulp-clean": "^0.3.1",
      "gulp-connect": "^2.2.0",
      "gulp-imagemin": "^2.3.0",
      "gulp-minify-css": "^1.2.0",
      "gulp-minify-html": "^1.0.4",
      "gulp-rigger": "^0.5.8",
      "gulp-sass": "^2.0.4",
      "gulp-uglify": "^1.2.0",
      "gulp-watch": "^4.3.5",
      "imagemin-pngquant": "^4.1.2",
      "sass": "^0.5.0"  }
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Malko, 2015-11-19
@artemmalko

We need an installation log and an error log.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question