svelte-virtual-list icon indicating copy to clipboard operation
svelte-virtual-list copied to clipboard

Can we deploy this with npm?

Open blasscoc opened this issue 4 years ago • 1 comments

Would it be possible to make it so we can npm install this app?

There's nothing wrong yarn, many svelte apps on the REPL are available with npm, and getting yarn adds an extra step.

blasscoc avatar Nov 20 '20 15:11 blasscoc

Npm and Yarn are interoperable. You can just npm i @sveltejs/svelte-virtual-list. You don't need yarn.

unbiased-dev avatar Dec 08 '20 21:12 unbiased-dev