Uploaded image for project: 'Policy Framework'
  1. Policy Framework
  2. POLICY-3806

Add package-lock.json of gui-clamp

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • Jakarta Release
    • None
    • gui

      When the clamp gui is run for the first time in local, there will be lot of conflict in npm dependencies. This is because every time the package manager creates the package-lock.json from package.json, version mismatch can occur.

      Having package-lock.json committed to the repo code will help not to rebuild the version mapping instead it will be resolved from whatever available in the package-lock.json.

      It is important to note that every time if a developer updates the package.json, make sure to update the corresponding lock file otherwise the latest change will not be reflected in the new build.

            lathish lathish
            lathish lathish
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: