I want to install package A
. Package A
uses package B
version:1
as its dependency.
However, package B
version:1
deprecated by the author. On installation of package A
npm warns that package B
should be updated.
Can I update the package B
to the latest version on my end?