SvelteStack / svelte-query

Performant and powerful remote data synchronization for Svelte
https://sveltequery.vercel.app
MIT License
822 stars 30 forks source link

Why this line in package.json? #24

Closed frederikhors closed 3 years ago

frederikhors commented 3 years ago

Can I ask you why this line?

https://github.com/SvelteStack/svelte-query/blob/653c6401315b8e408091e08d937380fb3e23c816/package.json#L15

The new Svelte Kit init template starter comes with the file .npmrc with engine-strict=true inside which prevents installation.

I'm using npm install -DE @sveltestack/svelte-query command.