rvm-windows
Version:
Ruby Version Manager 4 Windows
14 lines (12 loc) • 412 B
Markdown
This documentation is not for using but for developing this library.
To setup with dependencies, run the following command:
```
yarn install --ignore-engines
```
Or even set this to the config permanently:
```
yarn config set ignore-engines true
```
We ignore engines, as the `jasmine` dependency "requires" a even version of node (12, 14, 16) which is bullshit.