Execute: npm run build:admin , an error is reported: nx failed to process the project graph with “nx-js-graph-pllugin”
1. When executing: npm run build:admin, an error is reported: nx failed to process the project graph with “nx-js-graph-plugin”. as shown in Figure 1
2. The reason should be that the default package manager of this project is PNPM, as shown in Figure 2
3. Final execution in sequence: pnpm install, pnpm run build: admin. If the execution is successful, no errors will be reported. Generally speaking, it is recommended that a certain project use a package manager all the time, do not switch back and forth, there may be problems.

