Pagedraw / cli

Pagedraw CLI
MIT License
8 stars 3 forks source link

pagedra login is outdated #5

Open garyfeng opened 4 years ago

garyfeng commented 4 years ago

pagedraw login fails with error message "Your Pagedraw CLI is out of date."

Using OSX, npm 6.11.3, nodejs 12.11.1. Installation log:

ary-MBA:~ garyfeng$ npm install -g pagedraw-cli
npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated joi@6.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated topo@1.1.0: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
/usr/local/bin/pagedraw -> /usr/local/lib/node_modules/pagedraw-cli/artifacts/pagedraw.js
+ pagedraw-cli@0.4.12
updated 1 package in 12.955s
Gary-MBA:~ garyfeng$ pagedraw login
Your Pagedraw CLI is out of date. Please run
    npm install -g undefined@undefined
kingler commented 4 years ago

I'm getting the same issue. :(