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
If we try scaffolding a project to an existing directory, the operation will fail as expected.
But we're not catching that error so the spinner goes on:
DegitError: destination directory is not empty, aborting. Use options.force to override
at Degit._checkDirIsEmpty (\create-maizzle\node_modules\degit\dist\index-688c5d50.js:14171:12)
at Degit.clone (\create-maizzle\node_modules\degit\dist\index-688c5d50.js:14089:8)
at main (file:///create-maizzle/src/index.js:109:17)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'DEST_NOT_EMPTY'
}
◑ Creating project...
The text was updated successfully, but these errors were encountered:
If we try scaffolding a project to an existing directory, the operation will fail as expected.
But we're not catching that error so the spinner goes on:
The text was updated successfully, but these errors were encountered: