ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
114 stars 30 forks source link

404 Not Found @1.14.0 #57

Closed Mcbeer closed 5 years ago

Mcbeer commented 5 years ago

When trying to download 1.14.0 via Bitbucket Pipelines, i get the following error. The app i run is built with Create-React-App and i suspect this is a dependency of that. This breaks building via pipelines for now.

npm ERR! 404  'es-abstract@1.14.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
ljharb commented 5 years ago

v1.14.1 is out, and v1.14.0 is unpublished.

The window where v1.14.0 was out was very brief; you perhaps need to update your lockfile?

Duplicate of #55.