vitalii-andriiovskyi / ngx-owl-carousel-o

owl-carousel for Angular >=6
MIT License
174 stars 51 forks source link

Cannot build #243

Closed avrit closed 1 year ago

avrit commented 1 year ago

Ive download the project and tried to build the package, when running npm i i get an error:

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: owl-carousel-libdemo@0.0.0 npm ERR! Found: rxjs@7.5.6 npm ERR! node_modules/rxjs npm ERR! rxjs@"^7.4.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer rxjs@"^6.5.3" from jasmine-marbles@0.8.4 npm ERR! node_modules/jasmine-marbles npm ERR! dev jasmine-marbles@"0.8.4" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /home/avri/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! /home/avri/.npm/_logs/2023-01-08T14_09_45_417Z-debug-0.log

how can i build it?