yarn
yarn copied to clipboard
--ignore-platform works but is not documented.
If i run the command yarn --ignore-platform
it works as expected.
Please, add --ignore-platform
flag to the documentation on the yarn documentation website.
Hello, I would like to contribute to this issue. I think I can just add the description in #752. To which file should I add the description if everyone is okay with that?
What is the state of this? In a current version of Yarn I get an error message now:
$ yarn --version
4.1.1
$ yarn install --ignore-platform
Unknown Syntax Error: Unsupported option name ("--ignore-platform").
$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]
If i run the command
yarn --ignore-platform
it works as expected. Please, add--ignore-platform
flag to the documentation on the yarn documentation website.
Which version of Yarn are you running @Alkhatri77?