eventual icon indicating copy to clipboard operation
eventual copied to clipboard

Bug: Create-Eventual does not clean up on error

Open thantos opened this issue 3 years ago • 0 comments

[Error: EEXIST: file already exists, mkdir 'my-eventual-app'] {
  errno: -17,
  code: 'EEXIST',
  syscall: 'mkdir',
  path: 'my-eventual-app'
}
npm ERR! code 1
npm ERR! path /home/sussmans
npm ERR! command failed
npm ERR! command sh -c -- create-eventual my-eventual-app

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/sussmans/.npm/_logs/2023-01-02T23_43_30_896Z-debug-0.log

thantos avatar Jan 02 '23 23:01 thantos