We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
canvas-sketch-cli sketch.js --new --open
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!
No branches or pull requests
I've seen this work in the past, but now it does not.
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.
The text was updated successfully, but these errors were encountered: