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
In newer versions of nx, commands like `npx nx wing -- compile -t sim ../../examples/tests/valid/hello.w` no longer work.
Issue: nrwl/nx#16499
*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
Current Behavior
nx <target> -- arg1 arg2...
Results in error:
Expected Behavior
Run the
<target>
of the current project directory, passing<args>
to itGitHub Repo
https://github.com/winglang/wingrepo switched to turboSteps to Reproduce
npm i
npx nx wing -- compile -t sim ../../examples/tests/valid/hello.w
Nx Report
Failure Logs
Additional Information
Reverting to 15.7.2 fixes the issue
The text was updated successfully, but these errors were encountered: