node-chromium
node-chromium copied to clipboard
No binaries are downloaded when using 'yarn add'
I expected this would work similarly as npm install
, but maybe there's something I'm missing?
To be honest, I've never tried yarn add
. If yarn
is executing post install hooks
the same as npm
does then it should work from my understanding.
Hm, seems there are some conflicting answers on this topic: https://github.com/yarnpkg/yarn/issues/5476
@henrik242 Yes, the discussion there is quite strange: for some people it works and for others it doesn't.
If you manage to find a solution, it would be great if you could make a PR to make this package working with yarn
.