aviabird / ngx-carousel

Angular 6+ carousel
1 stars 0 forks source link

Can't install #1

Open 40thpower opened 6 years ago

40thpower commented 6 years ago

Hello,

I tried cloning and installing ngx-carousel. I ran npm install to install the modules, then ran ng serve.

By the way, this is my setup: Angular CLI: 6.0.7 Node: 10.3.0 OS: darwin x64

After ng serve, I got this error:

P-Ts-MacBook-Pro-9:ngx-carousel MacBookPro$ ng serve
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
                                                                              u Date: 2018-07-20T16:56:40.684Z
Hash: c1368f82af81e5c136bb
Time: 8137ms
chunk {main} main.js, main.js.map (main) 1.95 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 690 bytes [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 5.22 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 15.6 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 325 kB [initial] [rendered]

ERROR in src/app/app.module.ts(3,35): error TS2307: Cannot find module 'ngx-carousel'.

ℹ 「wdm」: Failed to compile.

The browser displays this:

Cannot GET /

Are there additional set up steps that I'm missing?

Also, why isn't this ng-carousel, for angular bootstrap? What's the meaning of ngx-carousel? Either way I should be able to install it. I've mostly been trying to get ng-bootstrap components working though, since I believe those are the most current.

Thank you!

n-anandpara commented 6 years ago

I get the same error. I tried to install npm carousel using command: npm i ngx-carousel

But still didn't work.

workforfilmsGithub commented 5 years ago

same issue... :-(