GovReady / GovReady-CMS-API

Compliance API service supporting GovReady's WordPress Agent
4 stars 0 forks source link

Need to review and update deprecated node packages #63

Closed gregelin closed 7 years ago

gregelin commented 7 years ago

On running install, getting various deprecation warnings.

root@plugin4:/var/local/GovReady-CMS-API# npm install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated letsencrypt-express@1.2.0: letsencrypt-express has been renamed to greenlock-express and will now be maintained as such.
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
npm WARN deprecated letsencrypt@1.5.8: letsencrypt has been renamed to greenlock. Please find it at npm greenlock
npm WARN deprecated localhost.daplie.com-certificates@1.2.5: Moved to localhost.daplie.me-certificates
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gregelin commented 7 years ago

One error I am receiving around letsencrypt-express is

This Let's Encrypt / ACME server has been updated with urls that this client doesn't understand
{ 'key-change': 'https://acme-v01.api.letsencrypt.org/acme/key-change',
  'new-authz': 'https://acme-v01.api.letsencrypt.org/acme/new-authz',
  'new-cert': 'https://acme-v01.api.letsencrypt.org/acme/new-cert',
  'new-reg': 'https://acme-v01.api.letsencrypt.org/acme/new-reg',
  'revoke-cert': 'https://acme-v01.api.letsencrypt.org/acme/revoke-cert' }

Found this link: https://github.com/Daplie/node-greenlock/issues/64