when I create a Nx monorepo, it fails to run and throws this error: "The Nx CLI could not find or load the native binary for your supported platform (linux-x64). This likely means that optional dependencies were not installed correctly, or your system is missing some system dependencies."
When I try to install nx globally, I get this error: "npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator."
Describe the bug
when I create a Nx monorepo, it fails to run and throws this error: "The Nx CLI could not find or load the native binary for your supported platform (linux-x64). This likely means that optional dependencies were not installed correctly, or your system is missing some system dependencies."
When I try to install nx globally, I get this error: "npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator."
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-uqxtvz?file=.vscode%2Fsettings.json
Steps to reproduce
Expected behavior
It should run effeciently without blocking me from installing nx globally.
Parity with Local
Screenshots
No response
Platform
Additional context
No response