R
R
Rimidbit2019-02-20 21:35:18
gulp.js
Rimidbit, 2019-02-20 21:35:18

Why is the slick-carousel library not installed?

Hello website gurus!
I am doing an educational project, on the main page there should be a slider. Decided to make it with slick-carousel.
I work in a storm and use a professional build system. The first step in the terminal is to write "npm i slick-carousel" and press Enter - after a few seconds, the download stops, but slick-carousel is not in the manifest file (package.json) in the dependencies section, the slick-carousel item does not appear, and naturally the butt does not appear carousels in the node_modules folder.
the terminal after the termination of installation issues

npm WARN saveError ENOENT: no such file or directory, open 'C:\Program Files\Git\bin\package.json'
npm WARN enoent ENOENT: no such file or directory, open 'C:\Program Files\Git\bin\ package.json'
npm WARN bin No description
npm WARN bin No repository field.
npm WARN bin No README data
npm WARN bin No license field.
+ [email protected]
updated 1 package and audited 2 packages in 1.409s
found 0 vulnerabilities

Please tell me what is wrong, and what should I do to add the slick-carousel files to the project?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
inkShio, 2019-02-20
@inkShio

try npm i slick-carousel --save-dev ( toster )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question