npm-installer icon indicating copy to clipboard operation
npm-installer copied to clipboard

end of central directory record signature not found

Open theDevelopper opened this issue 6 years ago • 1 comments

When i do npm i -D [email protected] i get the following error most of the time, but not always. So far i only had this issue with this npm package only and it started with 0.35.2. Every fourth time or so it seems to work fine.

I am on macOS 10.14.2 but I also have this issue with Windows 10. npm 6.5.0

> [email protected] postinstall /Users/theDevelopper/Code/timebro-ui/node_modules/nw
> node scripts/install.js

end of central directory record signature not found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `node scripts/install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

I attached the complete log of failure:

2019-02-05T08_07_24_590Z-debug.log

theDevelopper avatar Feb 05 '19 08:02 theDevelopper

I started getting this recently

jssuttles avatar Feb 23 '21 02:02 jssuttles