mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
npm - fix installing from package.json (#2924)
correctly handle cases where a dependency does not have a `version` property because it is either missing or invalid
This commit is contained in:
parent
ffe505a798
commit
a0915036f9
3 changed files with 25 additions and 2 deletions
3
changelogs/fragments/2924-npm-fix-package-json.yml
Normal file
3
changelogs/fragments/2924-npm-fix-package-json.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- npm - correctly handle cases where a dependency does not have a ``version`` property because it is either missing or invalid
|
||||
(https://github.com/ansible-collections/community.general/issues/2917).
|
Loading…
Add table
Add a link
Reference in a new issue