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
Trying to create a project following the instructions on the home page.
Kretes 1.0.0-alpha.58 new creating a project in 'crm' new installing dependencies events.js:377 throw er; // Unhandled 'error' event ^ Error: spawn npx ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19) at onErrorNT (internal/child_process.js:467:16) at processTicksAndRejections (internal/process/task_queues.js:82:21) Emitted 'error' event on ChildProcess instance at: at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) at onErrorNT (internal/child_process.js:467:16) at processTicksAndRejections (internal/process/task_queues.js:82:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn npx', path: 'npx', spawnargs: [ 'pnpm', 'install' ] }
A project should be created either with npm, pnpx, yarn or npx.
npm
pnpx
yarn
npx
It didn't work with vscode.
node: v14.17.4 npm: 6.14.14
Am I doing something wrong? How can I create the project manually, without using the cli or vscode?
The text was updated successfully, but these errors were encountered:
and this is the output for the kretes latest version
Kretes 1.0.0-alpha.61 new creating a project in 'crm' new installing dependencies events.js:377 throw er; // Unhandled 'error' event ^ Error: spawn npx ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19) at onErrorNT (internal/child_process.js:467:16) at processTicksAndRejections (internal/process/task_queues.js:82:21) Emitted 'error' event on ChildProcess instance at: at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) at onErrorNT (internal/child_process.js:467:16) at processTicksAndRejections (internal/process/task_queues.js:82:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn npx', path: 'npx', spawnargs: [ 'pnpm', 'install' ] }
Sorry, something went wrong.
No branches or pull requests
Problem
Trying to create a project following the instructions on the home page.
Error
Expectations
A project should be created either with
npm
,pnpx
,yarn
ornpx
.It didn't work with vscode.
Versions
node: v14.17.4
npm: 6.14.14
Am I doing something wrong? How can I create the project manually, without using the cli or vscode?
The text was updated successfully, but these errors were encountered: