Rich-Harris / degit

Straightforward project scaffolding
MIT License
7.06k stars 246 forks source link

npx degit "sveltejs/sapper-template#rollup" my-app fails but degit "sveltejs/sapper-template#rollup" my-app (without npx) works #236

Open techakilan opened 4 years ago

techakilan commented 4 years ago

23 oct 2020 npx degit "sveltejs/sapper-template#rollup" my-app worked

24 oct 2020(after degit is reinstalled) npx degit "sveltejs/sapper-template#rollup" my-app did not work.

however after some exploration i found degit "sveltejs/sapper-template#rollup" my-app working fine.

same for sapper project.

Has anything changed? Does the documentation need updation?