Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--new command hangs #126

Open
mckoss opened this issue Oct 8, 2021 · 2 comments
Open

--new command hangs #126

mckoss opened this issue Oct 8, 2021 · 2 comments

Comments

@mckoss
Copy link

mckoss commented Oct 8, 2021

I've seen this work in the past, but now it does not.

$ canvas-sketch sketch04 --new

This hangs and I have to CTRL-C to stop the command.

I'm running on Windows 10 in Bashrc.

I note that a sketches subdirectory is created - but no file is placed within it.

@fnistri
Copy link

fnistri commented Oct 13, 2021

Having same issue. Node version is v14.16.1

EDIT: using Visual Studio Code terminal works like charm. Had the issue using Git for Windows as terminal

@marcelino-borges
Copy link

Having same issue. Node version is v14.16.1

EDIT: using Visual Studio Code terminal works like charm. Had the issue using Git for Windows as terminal

Dude! That's it! Saved me!
running canvas-sketch-cli sketch.js --new --open
or npx canvas-sketch-cli sketch.js --new --open

Neither work.

Running canvas-sketch-cli sketch.js --new --open (even though I have installed globally the pkg, also doesn't work.

The only thing that works is npx canvas-sketch-cli sketch.js --new --open from VS Code terminal! ha!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants