v0.10.54 release breaks package installation
See original GitHub issuenpm 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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:25 (13 by maintainers)
Top Results From Across the Web
Driver Store Explorer [RAPR] 0.10.54 - Chocolatey Software
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes: Security, consistency, and quality checking ...
Read more >joplin: https://github.com/laurent22/joplin.git - Gitee
Important: First, install Node 12+. ... By default, the application binary will be installed under ~/.joplin-bin . You may change this directory if...
Read more >Install and manage packages in Visual Studio using the ...
It has the following settings: Ignore dependencies skips the installation of dependencies, which typically breaks the package being installed.
Read more >Perfume.js | Best of JS
Installing. npm (https://www.npmjs.com/package/perfume.js):. npm install perfume.js --save ... data); } break; case 'networkInformation': if (data && data.
Read more >cookbook-openshift3 Cookbook - Chef Supermarket
Description. Installs OSEv3 and related packages. Requirements. Platform. Tested on Red Hat RHEL 7.2; Tested on Centos 7.2. Openshift Version.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.
@medikoo The published NPM package is 0 bytes: https://github.com/medikoo/es5-ext/issues/108#issue-1161848936.