node-red / node-red-dev-cli

Command-line tool for Node-RED Node authors
Apache License 2.0
7 stars 5 forks source link

There is "Warning: D02 Incompatible package agent-base@5.1.1 found as dependency of axios" message, but that version not in node_module #20

Closed jatu-studiobox closed 2 years ago

jatu-studiobox commented 2 years ago

My node package use 'axios' version 0.25.0.

I has checked "agent-base" in node_module folder. Its version is 6.0.2 not 5.1.1.

image

When I run node-red-dev validate locally, there is warning message below.

Warning: D02 Incompatible package agent-base@5.1.1 found as dependency of axios

sammachin commented 2 years ago

fixed in 0.1.5 https://github.com/node-red/node-red-dev-cli/pull/17