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

Usage: turbo.exe run --continue #257

Open
buymed-tiennguyenngoc opened this issue Jan 16, 2023 · 8 comments
Open

Usage: turbo.exe run --continue #257

buymed-tiennguyenngoc opened this issue Jan 16, 2023 · 8 comments

Comments

@buymed-tiennguyenngoc
Copy link

CLI : npx @practica/create-node-app immediate --install-dependencies
Get this error: The value 'false' was provided to '--continue' but it wasn't expecting any more values

@vsudakov
Copy link

vsudakov commented Jan 21, 2023

I get the same error. Also I got this error in "interactive" mode too.

[vsud@fedora projects]$ npm --version
8.15.0
[vsud@fedora projects]$ node --version
v16.17.0
[vsud@fedora projects]$ docker --version
Docker version 20.10.23, build 7155243

@rubek-joshi
Copy link

Windows user here and I am also facing the same issue.

@pawank121
Copy link

Got an issue on MacBook Pro M1 chip, os: Ventura 13.1

sudo npx @practica/create-node-app interactive
Password:
(node:20790) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: npx turbo run build --continue=false
ERROR unexpected value 'false' for '--continue' found; no more were expected

Usage: turbo run --continue

For more information, try '--help'.

at makeError (/Users/pawankumar/.npm/_npx/20790/lib/node_modules/@practica/create-node-app/node_modules/execa/lib/error.js:60:11)
at handlePromise (/Users/pawankumar/.npm/_npx/20790/lib/node_modules/@practica/create-node-app/node_modules/execa/index.js:118:26)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async installDependencies (/Users/pawankumar/.npm/_npx/20790/lib/node_modules/@practica/create-node-app/src/code-generator/generation-logic/generate-service.js:57:5)
at async Object.generateApp (/Users/pawankumar/.npm/_npx/20790/lib/node_modules/@practica/create-node-app/src/code-generator/generation-logic/generate-service.js:20:9)
at async handleFlavourChoose (/Users/pawankumar/.npm/_npx/20790/lib/node_modules/@practica/create-node-app/src/code-generator/entry-points/interactive-cli.js:159:9)

(Use node --trace-warnings ... to show where the warning was created)
(node:20790) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:20790) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

@augustosamame
Copy link

Msc OS Ventura 13.2.1 with M1 processor. Same error as original post.

@clabnet
Copy link

clabnet commented Mar 13, 2023

Windows 11, same problem

@AndrewAllison
Copy link

Apple M1 Max, OS: Ventura 13.2.1

npx @practica/create-node-app immediate --install-dependencies

RESULTS IN:
❣️ Command failed: npx turbo run build --continue=false
ERROR unexpected value 'false' for '--continue' found; no more were expected

@smohadjer
Copy link

Error at the very first step for a boilerplate that boasts best practices and simplicity!

@goldbergyoni
Copy link
Contributor

goldbergyoni commented Apr 27, 2023

@smohadjer @AndrewAllison @clabnet @vsudakov @augustosamame

Welcome and sorry for the long wait, this issue seems to resolved in our latest version. If someone of you could try it - it would be awesome

Just run:

npm rm @practica/create-node-app -g
'npx @practica/create-node-app immediate --install-dependencies'

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

9 participants