SELF_SIGNED_CERT_IN_CHAIN error on Elastic Beanstalk for NodeJS

前端 未结 5 968
终归单人心
终归单人心 2021-01-15 14:05

I\'m well aware of the root of this issue, as npm wrote on their blog: http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more

Th

5条回答
  •  萌比男神i
    2021-01-15 14:52

    It did not work for me either.

    What I did find: at the time that the "commands" block is run, the node-install folder is empty. I assume this is because the commands run before node + npm is fully deployed to the bare instance.

    I will try and test this assumption later today, and provide further feedback.

提交回复
热议问题