You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is strange and I can't quite figure it out, but I'm seeing opencv-build needing to be rebuilt a lot as I do things with yarn. It's version 0.1.3 so it has the logic to prevent unnecessary rebuilds, and sometimes that works, but sometimes it doesn't.
@justadudewhohacks, have you tested much with yarn, or only npm? Specifically I'm using a yarn workspace where there's sub-projects. Perhaps that's causing confusion on finding the files? This is on macOS, with the latest version of yarn.
The text was updated successfully, but these errors were encountered:
Per yarnpkg/yarn#5680 (comment), If the package deletes/modifies files that were bundled with it, yarn will see that the hash has changed and then will reinstall the package.
This one is strange and I can't quite figure it out, but I'm seeing
opencv-build
needing to be rebuilt a lot as I do things withyarn
. It's version 0.1.3 so it has the logic to prevent unnecessary rebuilds, and sometimes that works, but sometimes it doesn't.@justadudewhohacks, have you tested much with
yarn
, or onlynpm
? Specifically I'm using a yarn workspace where there's sub-projects. Perhaps that's causing confusion on finding the files? This is on macOS, with the latest version ofyarn
.The text was updated successfully, but these errors were encountered: