@relign wrote:
What I Wanted to Do
when I run
npm outdated --long
, I get errorReproduction Steps
run
npm outdated --long
Details
Platform Info
$ npm --versions npm 6.5.0 $ node -p process.platform darwin
Reason
The error because
npm
depending ontext-table
and my npm package don’t havehomepage
property.
when I runnpm outdated --long
, thehomepage
getundefined
. If usetext-table
show info, it will throw error.
text-table
have bug.You can get more info in https://github.com/substack/text-table/pull/17
I create a pull request to
text-table
.please keep a watchful eye on latest verison of
text-table
. Finally, fix the bug.
Posts: 5
Participants: 3