1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/.yarn/plugins/@yarnpkg
Elliot Winkler e96b6860a4
Check Node (and Yarn) versions at install (#19537)
Unlike Yarn Classic, Yarn Berry will not verify that the current version
of Node being used matches the `engines` field in `package.json`.
However, someone has written a plugin, [`engines`][1], that provides
this missing functionality, and this commits adds that plugin. This
should ensure that all developers are using the correct version of Node.
(In addition to checking the current Node version, the plugin also
checks the current Yarn version.)

[1]: https://github.com/devoto13/yarn-plugin-engines
2023-06-09 11:23:23 -06:00
..
plugin-allow-scripts.cjs upgrade yarn to version 3 (#16232) 2022-12-08 10:38:04 -06:00
plugin-engines.cjs Check Node (and Yarn) versions at install (#19537) 2023-06-09 11:23:23 -06:00
plugin-version.cjs Fixing yarn version command, adding yarn version plugin (#17325) 2023-02-01 17:05:52 -07:00