We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because it's no longer possible to submit tickets here: https://git.coolaj86.com/coolaj86/csr.js.git ... I appears that @root/keypairs is erroneously listed as a devDependency here: https://git.coolaj86.com/coolaj86/csr.js/src/branch/master/package.json#L39 when in fact it is clearly a production dependency as it's called here: https://git.coolaj86.com/coolaj86/csr.js/src/branch/master/csr.js#L18 which impacts the initial certificate acquisition workflow if a server is (npm install'd and) started with NODE_ENV=production using modern releases of Node.js. In my debugging efforts, I used Node 18.14.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because it's no longer possible to submit tickets here: https://git.coolaj86.com/coolaj86/csr.js.git ...
I appears that @root/keypairs is erroneously listed as a devDependency here: https://git.coolaj86.com/coolaj86/csr.js/src/branch/master/package.json#L39
when in fact it is clearly a production dependency as it's called here: https://git.coolaj86.com/coolaj86/csr.js/src/branch/master/csr.js#L18
which impacts the initial certificate acquisition workflow if a server is (npm install'd and) started with NODE_ENV=production using modern releases of Node.js. In my debugging efforts, I used Node 18.14.2
The text was updated successfully, but these errors were encountered: