-
-
Notifications
You must be signed in to change notification settings - Fork 189
nodejs_npm with json is not idempotent #39
Copy link
Copy link
Open
Labels
BugSomething isn't workingSomething isn't workingPriority: LowIs a nice to have, not an essentialIs a nice to have, not an essentialhacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingPriority: LowIs a nice to have, not an essentialIs a nice to have, not an essentialhacktoberfestAn issue highlighted for the digital ocean Hacktoberfest EventAn issue highlighted for the digital ocean Hacktoberfest Event
Running into an issue where using the nodejs_npm lwrp with a json (packages.json) file will run 'npm install' on every converge.
it appears that the LWRP only checks the package/version/path of individual node packages, as opposed to the "name" and "version" of the json project being installed and whether or not its dependencies have been satisfied.