verto-health / ngx-turnstile

Cloudflare Turnstile for Angular
https://ngx-turnstile.pages.dev/
MIT License
62 stars 13 forks source link

Could not resolve dependency #16

Closed nikolas-nelson closed 1 year ago

nikolas-nelson commented 1 year ago

Hi, having problem with dependency:

@angular/common@"~16.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"^14.2.0" from ngx-turnstile@0.0.7 npm ERR! node_modules/ngx-turnstile npm ERR! ngx-turnstile@"^0.0.7" from the root project

Angular v16 NX v17

can't use command with --force or --legacy-peer-deps because of deploy on Cloudflare.

Thanks

choyiny commented 1 year ago

Investigating on a fix for Angular 16 - will update this issue when we next publish to NPM.

choyiny commented 1 year ago

@nikolas-nelson resolved in 0.1.0.

AleksanderBodurri commented 1 year ago

Hey @nikolas-nelson we just published version 0.1.0 to NPM, can you try it out and see if it resolves your issue?