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

bug: Failed to run on Windows #11

Closed
Namchee opened this issue Aug 1, 2021 · 0 comments · Fixed by #12
Closed

bug: Failed to run on Windows #11

Namchee opened this issue Aug 1, 2021 · 0 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@Namchee
Copy link
Owner

Namchee commented Aug 1, 2021

Overview

The CLI cannot be executed on Windows-based machines. This issue is caused by child_process that doesn't work well on Windows. See here for more information.

Reproduction

Steps to reproduce the behavior:

  1. Login to a Windows machine
  2. Install dependent globally
  3. Try running dependent on a sample project

Expected Behavior

dependent should work successfully without any issues.

Actual Behavior

dependent throws Error: spawn npm ENOENT

Screenshot

term

Environment

  • Node Version: v14.16
  • OS: Windows 10 build 20H2
  • Package Manager: yarn
@Namchee Namchee added the bug Something isn't working label Aug 1, 2021
@Namchee Namchee self-assigned this Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant