Skip to content

Rich-Harris/esinstall-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esinstall-repro

esinstall can install Svelte components from npm, but only if the pkg.svelte field corresponds to a .svelte file, which isn't always the case.

If the component is imported by an intermediate JavaScript module and includes CSS, esinstall will spin its wheels for a while and eventually run out of memory.

npm install
node install # attempts to install a demo package

real world examples

# this works, because svelte-scroller exposes a single .svelte file
node install @sveltejs/svelte-scroller

# this fails
node install @sveltejs/pancake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published