Skip to main content
deleted 67 characters in body
Source Link

re-deploying to app engine a project that requires node:"7.6.0" yields this error:

gpg: Can't check signature: public key not found console output

And deploying with node:">=7"7.68.0" succeeds but with warnings:

gpg: Good signature from "Jeremiah Senkpiel [email protected]" gpg: aka "keybase.io/fishrock [email protected]" gpg: WARNING: This key is not certified with a trusted signature! console output

However, then the npm install command fails to complete. In summary,Is this a GAE nodejs deployment is brokenkey management issue?

Any help would be much appreciated,thanks.

re-deploying to app engine a project that requires node:"7.6.0" yields this error:

gpg: Can't check signature: public key not found console output

And deploying with node:">=7.6.0" succeeds but with warnings:

gpg: Good signature from "Jeremiah Senkpiel [email protected]" gpg: aka "keybase.io/fishrock [email protected]" gpg: WARNING: This key is not certified with a trusted signature! console output

However, then the npm install command fails to complete. In summary, GAE nodejs deployment is broken?

Any help would be much appreciated,thanks.

re-deploying to app engine a project that requires node:"7.6.0" yields this error:

gpg: Can't check signature: public key not found console output

And deploying with node:"7.8.0" succeeds but with warnings:

gpg: Good signature from "Jeremiah Senkpiel [email protected]" gpg: aka "keybase.io/fishrock [email protected]" gpg: WARNING: This key is not certified with a trusted signature! console output

Is this a GAE key management issue?

Any help would be much appreciated,thanks.

Source Link

google app engine nodejs deployment error

re-deploying to app engine a project that requires node:"7.6.0" yields this error:

gpg: Can't check signature: public key not found console output

And deploying with node:">=7.6.0" succeeds but with warnings:

gpg: Good signature from "Jeremiah Senkpiel [email protected]" gpg: aka "keybase.io/fishrock [email protected]" gpg: WARNING: This key is not certified with a trusted signature! console output

However, then the npm install command fails to complete. In summary, GAE nodejs deployment is broken?

Any help would be much appreciated,thanks.