npm-installer
npm-installer copied to clipboard
end of central directory record signature not found
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:
I started getting this recently