You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Login to a Windows machine
Install dependent globally
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
Environment
Node Version: v14.16
OS: Windows 10 build 20H2
Package Manager: yarn
The text was updated successfully, but these errors were encountered:
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:
dependent
globallydependent
on a sample projectExpected Behavior
dependent
should work successfully without any issues.Actual Behavior
dependent
throwsError: spawn npm ENOENT
Screenshot
Environment
The text was updated successfully, but these errors were encountered: