hgzimmerman / SWEN344-web-project

Group project for RIT SWEN344
MIT License
0 stars 0 forks source link

Fix broken package-lock.json for deploys #103

Closed hgzimmerman closed 5 years ago

hgzimmerman commented 5 years ago

Not sure if its a repo or env problem.

hgzimmerman commented 5 years ago

https://github.com/hgzimmerman/SWEN344-web-project/blob/master/frontend/package-lock.json#L3054

Duplicate entries and duplicate keys, and missing commas in this + 30ish lines.

hgzimmerman commented 5 years ago

@beltrancaliz @dxf7606 Can either of you delete your package-lock.json, rebuild, commit and open a PR to master?

hgzimmerman commented 5 years ago

https://github.com/hgzimmerman/SWEN344-web-project/blame/6ba88863e7c1450cafe89992491ea849ca30e4fd/frontend/package-lock.json#L3220 This is the state of that line before the weather api merge

hgzimmerman commented 5 years ago

This was fixed in https://github.com/hgzimmerman/SWEN344-web-project/pull/107