Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

[error] program not found on running cicada init #44

Open
GJZwiers opened this issue Apr 23, 2023 · 5 comments
Open

[error] program not found on running cicada init #44

GJZwiers opened this issue Apr 23, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@GJZwiers
Copy link

I just followed the quickstart and installed cicada with npm, but cicada init throws an error after answering the prompts:

cicada init
✔ What should we call your pipeline · my-pipeline
✔ Select a template · Default
✔ Would you like to setup autocomplete for VSCode? · yes
[error] program not found

There is a .cicada folder made with a pipeline however.

deno --version

deno 1.32.5 (release, x86_64-pc-windows-msvc)
v8 11.2.214.9
typescript 5.0.3
cicada --version
cicada 0.1.41

node --version
v20.0.0

npm --version
9.6.4
@grant0417 grant0417 added the bug Something isn't working label Apr 24, 2023
@grant0417
Copy link
Contributor

Hey, can you share the output of:

echo $TERM_PROGRAM
echo $TERM_PROGRAM_VERSION
command -v code

@GJZwiers
Copy link
Author

GJZwiers commented Apr 24, 2023

@grant0417 There is no output on running any of those commands (in PowerShell)

@grant0417
Copy link
Contributor

Oh did not realize that! @chaynabors are you able to test this? Do we need to invoke code.exe instead of code?

@chaynabors
Copy link
Member

@grant0417 We can't assume it's on the path. I'd just ignore the option on Windows for now until I can take a look.

@grant0417
Copy link
Contributor

@chaynabors's temp solution was just to disable for windows

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants