Hi. This is just a minor documentation issue.
Step 4 in docs/quickstart.md instructs to do:
"rnuc": "$(npm bin)/rnuc"
But npm bin has been removed in Node 18.14. It could be updated to:
"rnuc": "$(npm bin)/rnuc"
If you are on Node < 18.14, or:
If you are on Node >= 18.14.
Steps to Reproduce
nvm i v18.16.0
nvm use v18.16.0
npm run rnuc .env
sh: Unknown: command not found
Thank you!
Hi. This is just a minor documentation issue.
Step 4 in docs/quickstart.md instructs to do:
But
npm binhas been removed in Node 18.14. It could be updated to:If you are on Node < 18.14, or:
If you are on Node >= 18.14.
Steps to Reproduce
Thank you!