odds-are-low
v2.0.0
Published
A simple npm package to check if odds are low or high.
Downloads
1
Readme
Odds Checker
A simple npm package to check if odds are low or high.
Installation
To use this package in your Node.js project, install it using npm:
npm i odds-are-low
Usage
run into the following error?
ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json
run the following command: (not pretty but it works)
rm node_modules
rm pnpm-lock.yaml
pnpm install
pnpm config set auto-install-peers true