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
Running this same command manually works as intended
I saw that it was recommended to revert to v19.4.4, which I did, but I'm now running into another set of issues.
Issues w/v19.4.4:
Cannot use the VSC Extension to run npx nx run angular-monorepo:serve task - getting:
NX Missing Platform Dependency
The Nx CLI could not find or load the native binary for your supported platform (darwin-x64).
This likely means that optional dependencies were not installed correctly, or your system is missing some system dependencies.
For more information please see https://nx.dev/troubleshooting/troubleshoot-nx-install-issues
* The terminal process "/bin/zsh '-l', '-c', 'npx nx run angular-monorepo:serve'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
Running this same command manually works as intended
Expected Behavior
Expected behavior is to serve the application using the Nx VSC extension.
GitHub Repo
No response
Steps to Reproduce
Run npx [email protected] angular-monorepo --preset=angular-monorepo
NX Missing Platform Dependency
The Nx CLI could not find or load the native binary for your supported platform (darwin-x64).
This likely means that optional dependencies were not installed correctly, or your system is missing some system dependencies.
For more information please see https://nx.dev/troubleshooting/troubleshoot-nx-install-issues
* The terminal process "/bin/zsh '-l', '-c', 'npx nx run puma-automation-ui:serve'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
Package Manager Version
No response
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Hi @KaliaHayes, it is odd that you are on darwin-arm64 but getting a missing dep on darwin-x64. Perhaps you migrated your MacOS from an Intel (x64) machine to a machine with Apple Silicon (arm64)?
If that's the case, you will need to uninstall your toolchain, including Node, and reinstall them with the proper architecture.
This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏
This issue has been automatically marked as stale because more information has not been provided within 7 days.
It will be closed in 21 days if no information is provided.
If information has been provided, please reply to keep it active.
Thanks for being a part of the Nx community! 🙏
Current Behavior
I am trying to solution #27263 by reverting from latest to Nx v19.4.4. Running into different issues on both versions.
Issues w/latest Nx:
npx nx run angular-monorepo:serve
task - getting exact output as stated in The Nx Daemon is unsupported in WebAssembly environments #27263I saw that it was recommended to revert to v19.4.4, which I did, but I'm now running into another set of issues.
Issues w/v19.4.4:
npx nx run angular-monorepo:serve
task - getting:Expected Behavior
Expected behavior is to serve the application using the Nx VSC extension.
GitHub Repo
No response
Steps to Reproduce
npx [email protected] angular-monorepo --preset=angular-monorepo
node_modules
andpackage-lock.json
npm i
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: