Skip to content

Doc/Quickstart (minor): npm bin deprecated in Node 18.14 #133

@esalaza

Description

@esalaza

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:

npx rnuc

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions