Quantcast
Channel: npm forum - Topics tagged triaged
Viewing all articles
Browse latest Browse all 30

when I use `npm outdated --long` , I get error

$
0
0

@relign wrote:

What I Wanted to Do

when I run npm outdated --long , I get error

Reproduction Steps

run npm outdated --long

Details

image

Platform Info

$ npm --versions
npm 6.5.0
$ node -p process.platform
darwin

Reason

The error because npm depending on text-table and my npm package don’t have homepage property.
when I run npm outdated --long, the homepage get undefined. If use text-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

Read full topic


Viewing all articles
Browse latest Browse all 30

Trending Articles