Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question