rill icon indicating copy to clipboard operation
rill copied to clipboard

Crash when running in directory with space in it

Open domoritz opened this issue 3 years ago • 0 comments

/tmp ❯ mkdir "test dir"
/tmp ❯ cd "test dir"
/tmp/test dir ❯ rill init-example
Initializing the example project /private/tmp/test dir/rill-developer-example ...
Directory /private/tmp/test dir/rill-developer-example doesn't exist. Creating the directory.

You have successfully initialized a new project with Rill Developer.

This application is extremely alpha and we want to hear from you if you have any questions or ideas to share! You can reach us in our Rill Discord server at https://bit.ly/3NSMKdT.
Downloading dataset for example project...
Error: Command failed: curl -s http://pkg.rilldata.com/rill-developer-example/example-assets-0.6.zip --output /private/tmp/test dir/rill-developer-example/example-assets-0.6.zip
    at checkExecSyncError (node:child_process:828:11)
    at Object.execSync (node:child_process:899:15)
    at execSync (pkg/prelude/bootstrap.js:2115:30)
    at ExampleProjectCommand.createExampleProject (/snapshot/rill-developer/dist/cli/ExampleProjectCommand.js) {
  status: 6,
  signal: null,
  output: [ null, null, null ],
  pid: 85852,
  stdout: null,
  stderr: null
}

Desktop (please complete the following information):

  • OS: macOS
  • Version: 0.10

domoritz avatar Sep 15 '22 21:09 domoritz