Skip to content
New issue

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

@root/csr (dep of greenlock) erroneously lists @root/keypairs ad a devDepencency when i's a production dependency #8

Open
hillct opened this issue Mar 18, 2023 · 0 comments

Comments

@hillct
Copy link

hillct commented Mar 18, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant