srod/node-minify

Error on install

michelem09 opened this issue ยท 2 comments

I'm getting this:

yarn add @node-minify/core
yarn add v1.12.1
[1/5] ๐Ÿ”  Validating package.json...
[2/5] ๐Ÿ”  Resolving packages...
[3/5] ๐Ÿšš  Fetching packages...
error https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.1.tgz: Extracting tar content of undefined failed, the file appears to be corrupt: "Unexpected end of data"
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Any hints?

srod commented

I just tried it, it's ok for now.
It must be related to the security issue: dominictarr/event-stream#115
Can you try to clear the yarn cache and try again ?

Yep it works now thanks