Closed ErickRodrCodes closed 7 months ago
I think I found the problem: It seems I need to have an e2e plugin installed. without it, it breaks! so it seems the plugin requires you to have an e2e, which is not really part of a dependency.
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. If we missed this issue please reply to keep it active. Thanks for being a part of the Nx community! 🙏
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
So, I felt today to generate an nx plugin for tauri, so I decided to run
npx nx generate create-package --project taurix --dry-run
in a clean Nx 16.8.1. I'm getting this annoying message:(Note that I went over the inquirer file and threw away a console.log of it to see what is blocking the choice to be selectable, and I see "selectable" to be an empty array, so it is failing because of this)
Expected Behavior
Well, I should be able to create a plugin directory where I can create a Nx plugin for tauri.
GitHub Repo
No response
Steps to Reproduce
machine specs: Windows 10 pro 22H2 Node.js 18.18.0
commands run:
npx create-nx-workspace@latest
: Selected Empty stack, with integrated monorepo, then cd to the new workspacenpx nx generate create-package --project taurix --dry-run
Nx Report
Failure Logs
Package Manager Version
npm 9.8.1
Operating System
Additional Information
No response