matthewkastor / object-merge

Merges JavaScript objects recursively without altering the objects merged.
16 stars 9 forks source link

Package can't be installed with Yarn #10

Closed pjm17971 closed 7 years ago

pjm17971 commented 7 years ago

Installing this package with Yarn results in an "Illegal operation on a directory" error. I believe this to be a Yarn issue (https://github.com/yarnpkg/yarn/issues/680), but if there's anything that can be done here to allow this to install that would be super helpful. A possibility is the license directory.

Thanks!

matthewkastor commented 7 years ago

I generate the structure of my packages programatically, so they're all the same. I don't know what illegal operation is happening in Yarn and that is really out of my control. If you want to install the package globally you can just npm install <package name> -g I do that with atropa-server and several of my other projects as well.