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
lerna has made installing more difficult than necessary (currently we're frozen at v3 which seems to require pkg-config to be installed on the user's machine, which I believe is no longer included with the latest version of MacOS).
We should leverage pnpm's workspace capability to accomplish the same thing lerna was doing.
Consider the following structure:
NOTE: I propose we make use of the $ prefix to indicate that certain folders are part of the extension framework and not extensions themselves (inside the extensions directory).
extensions
$common
$documentation
$testing
$srcripts
simple_example
selfieSegmentation
...etc
scratch-packages
scratch-vm
scratch-gui
The text was updated successfully, but these errors were encountered:
lerna
has made installing more difficult than necessary (currently we're frozen atv3
which seems to requirepkg-config
to be installed on the user's machine, which I believe is no longer included with the latest version of MacOS).We should leverage
pnpm's
workspace capability to accomplish the same thing lerna was doing.Consider the following structure:
The text was updated successfully, but these errors were encountered: