es5-ext: v0.10.54 release breaks package installation

npm i es5-ext@0.10.54

> es5-ext@0.10.54 postinstall /handbook/node_modules/es5-ext
> node ./_postinstall.js

+ es5-ext@0.10.54

This module is a dependency for many other popular modules and has broken some of our lint jobs in CI. For example, commands like this one using npx are now failing:

npx sass-lint -c .sass-lint.yml **/*.scss -v --max-warnings 0

/cc @medikoo

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 1
  • Comments: 25 (13 by maintainers)

Most upvoted comments

I found that core-js had the same problem in the past:

https://github.com/zloirock/core-js/issues/551

I created a PR with the same approach to prevent npx fails.