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
npx tsdx create
Running tsdx create without having Yarn installed results in an error like this:
% npx tsdx create edzif-zz ✔ Created edzif-zz ✖ Failed to install dependencies Error: spawn yarn ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) at onErrorNT (internal/child_process.js:415:16) at process._tickCallback (internal/process/next_tick.js:63:19) % yarn zsh: command not found: yarn
tsdx's documentation could be read like it works with "plain npm", and thus I had expected it to work just having node
tsdx create
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current Behavior
Running tsdx create without having Yarn installed results in an error like this:
Expected behavior
tsdx's documentation could be read like it works with "plain npm", and thus I had expected it to work just having node
Suggested solution(s)
tsdx create
should work without Yarn.Additional context
N/A
Your environment
The text was updated successfully, but these errors were encountered: