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
Copy .yarnrc.yml and .yarn/plugins from the module template.
Run yarn install to generate a new version of yarn.lock.
As our Yarn v3 assumes that @lavamoat/allow-scripts is installed, we will want to add that as a development dependency. In addition, we will want to add a lavamoat section to package.json. Again, see the module template for the correct version of allow-scripts to use as well as where the new lavamoat section should go.
The
json-rpc-middleware-stream
package (https://github.com/MetaMask/json-rpc-middleware-stream) should be migrated to Yarn v3, to match our module template.From MetaMask/eth-ledger-bridge-keyring#165:
yarn set version stable
to install Yarn v3..yarnrc.yml
and.yarn/plugins
from the module template.yarn install
to generate a new version ofyarn.lock
.@lavamoat/allow-scripts
is installed, we will want to add that as a development dependency. In addition, we will want to add alavamoat
section topackage.json
. Again, see the module template for the correct version ofallow-scripts
to use as well as where the newlavamoat
section should go.Similar PRs:
The text was updated successfully, but these errors were encountered: