alphagov / govuk-country-and-territory-autocomplete

An autocomplete widget that uses data from Country and Territory Register.
https://alphagov.github.io/govuk-country-and-territory-autocomplete/examples/
MIT License
38 stars 18 forks source link

Fix core js to specfic version #65

Closed jonheslop closed 5 years ago

jonheslop commented 5 years ago

A clean NPM install was failing with

ENOENT: no such file or directory

when trying to find the location of core-js.

Adding a specific version number and recreating the package-lock fixed this.