svelte-autoresize-textarea icon indicating copy to clipboard operation
svelte-autoresize-textarea copied to clipboard

Upgrade dependencies for Svelte 4.

Open nickpoulos opened this issue 1 year ago • 0 comments

You cannot currently use this package with Svelte 4.

svelte-app-container@e39cc36a911c:/var/www/html$ npm install svelte-autoresize-textarea
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/svelte
npm ERR!   svelte@"^4.2.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer svelte@"^3.54.0" from [email protected]
npm ERR! node_modules/svelte-autoresize-textarea
npm ERR!   svelte-autoresize-textarea@"*" 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!
npm ERR! For a full report see:
npm ERR! /home/.npm/_logs/2024-02-27T06_53_01_290Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /home/.npm/_logs/2024-02-27T06_53_01_290Z-debug-0.log

nickpoulos avatar Feb 27 '24 06:02 nickpoulos