Error generating project graph in linux
See original GitHub issueCurrent Behavior
Error when running nx from a GitHub Action
Command failed: npx --no-install nx workspace-lint
nx workspace-lint [files..]
Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file
Options:
--help Show help [boolean]
--version Show version number [boolean]
Error [ERR_WORKER_INVALID_EXEC_ARGV]: Initiated Worker with invalid NODE_OPTIONS env variable: --use-openssl-ca is not allowed in NODE_OPTIONS
at new NodeError (internal/errors.js:322:7)
at new Worker (internal/worker.js:199:13)
at createWorkerPool (/tmp/renovate/repos/github/ng-easy/platform/node_modules/@nrwl/workspace/src/core/project-graph/build-project-graph.js:129:18)
at buildExplicitDependenciesUsingWorkers (/tmp/renovate/repos/github/ng-easy/platform/node_modules/@nrwl/workspace/src/core/project-graph/build-project-graph.js:143:21)
at /tmp/renovate/repos/github/ng-easy/platform/node_modules/@nrwl/workspace/src/core/project-graph/build-project-graph.js:95:20
at Generator.next (<anonymous>)
at /tmp/renovate/repos/github/ng-easy/platform/node_modules/tslib/tslib.js:117:75
at new Promise (<anonymous>)
at Object.__awaiter (/tmp/renovate/repos/github/ng-easy/platform/node_modules/tslib/tslib.js:113:16)
at buildExplicitDependencies (/tmp/renovate/repos/github/ng-easy/platform/node_modules/@nrwl/workspace/src/core/project-graph/build-project-graph.js:87:20) {
code: 'ERR_WORKER_INVALID_EXEC_ARGV'
}
Expected Behavior
It works
Steps to Reproduce
Run in linux, with NODE_OPTIONs=--use-openssl-ca
and the CAP_NET_BIND_SERVICE
capability on Node
https://github.com/nodejs/node/issues/31131
Failure Logs
Environment
Renovate runner
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Re: build graph project error info, /bin/bash: li... - NXP Community
When I build graph project , the problem always happens. whats wrong with it ... isp/firmware/build-v234ce-gnu-linux-d/libsequencer.a ... Creating kmem.elf
Read more >Error UE5 for Linux trying to create my first project
So, after installed UE5 in my Linux Mint 20.3 Cinnamon, when I click to create my first project, will stop with the following...
Read more >Can't generate project files for UE5 on Linux - Stack Overflow
I'm running on ArcoLinux, kernel 5.18.1-arch1-1, dotnet sdk and runtime installed, dotnet 3.0 from aur installed. Please help. .net ...
Read more >How To install and Create executable Graph in linux ...
go to the project folder; call the clover.bat script ("C:\Program Files\CloverETL\bin\clover.bat" graph/my.grf).
Read more >Error Reporting Through the XRT API - 2021.1 English - Xilinx
The error reporting APIs can be categorized into two types: synchronous and ... @timestamp: The timestamp when the error generated * * Return:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also seeing this since nx v13
In our case the certificates could be found in /usr/local/share/ca-certificates, but I suppose it depends on the OS that is used.