nuxt-modules / turnstile

đŸ”Ĩ Cloudflare Turnstile integration for Nuxt
https://cloudflare.com/products/turnstile
MIT License
230 stars 18 forks source link

Cannot find module '@nuxt/scripts' #319

Closed markus-gx closed 3 months ago

markus-gx commented 3 months ago

🐛 The bug

After upgrading to the latest Version 0.9.0 the error:

 ERROR  Error while requiring module @nuxt/scripts: Error: Cannot find module '@nuxt/scripts'                                                                                                                                                                                                     9:27:00 AM

is thrown when starting nuxt.

It seems to be related to #306

--- After adding @nuxt/scripts in the project the problem is resolved.

🛠ī¸ To reproduce

.

🌈 Expected behaviour

.

ℹī¸ Additional context

No response

dargmuesli commented 3 months ago

This is intended behavior, @nuxtjs/turnstile requires @nuxt/scripts since v0.9.0.