medikoo / es5-ext

ECMAScript extensions (with respect to upcoming ECMAScript features)
ISC License
168 stars 81 forks source link

Broken ex5-ext version: published package is 0 bytes #108

Closed stanhu closed 2 years ago

stanhu commented 2 years ago

https://www.npmjs.com/package/es5-ext shows:

image

This is causing some installs to fail with MODULE_NOT_FOUND:

npm info lifecycle es5-ext@0.10.54~postinstall: es5-ext@0.10.54

> es5-ext@0.10.54 postinstall /root/.npm/_npx/5292/lib/node_modules/sass-lint/node_modules/es5-ext
> node ./_postinstall.js

internal/modules/cjs/loader.js:818
  throw err;
  ^

Error: Cannot find module '/root/.npm/_npx/5292/lib/node_modules/sass-lint/node_modules/es5-ext/_postinstall.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
    at Function.Module._load (internal/modules/cjs/loader.js:667:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
stanhu commented 2 years ago

Closing in favor of #109.