We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I ask you why this line?
svelte-query/package.json
Line 15 in 653c640
"npm": "use yarn instead of npm."
The new Svelte Kit init template starter comes with the file .npmrc with engine-strict=true inside which prevents installation.
.npmrc
engine-strict=true
I'm using npm install -DE @sveltestack/svelte-query command.
npm install -DE @sveltestack/svelte-query
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Can I ask you why this line?
svelte-query/package.json
Line 15 in 653c640
The new Svelte Kit init template starter comes with the file
.npmrc
withengine-strict=true
inside which prevents installation.I'm using
npm install -DE @sveltestack/svelte-query
command.The text was updated successfully, but these errors were encountered: