You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first tried adding --verbose, I tried to put it as the first parameter. This gives an error:
degit --verbose sveltejs/sapper-template my-app
/home/[obfuscated]/.nvm/versions/node/v8.9.1/lib/node_modules/degit/index.js:237
throw new DegitError(`could not parse ${src}`, {
^
Error: could not parse my-app
at parse (/home/[obfuscated]/.nvm/versions/node/v8.9.1/lib/node_modules/degit/index.js:237:9)
I subsequently realised I should put it at the end. But it would be nice for the above ordering to work too?
The text was updated successfully, but these errors were encountered:
When I first tried adding
--verbose
, I tried to put it as the first parameter. This gives an error:I subsequently realised I should put it at the end. But it would be nice for the above ordering to work too?
The text was updated successfully, but these errors were encountered: